@charset "utf-8";

/* -------------------------------------------------------------------------------------------------------------------------------
	sub
	------------------------------------------------------------------------------------------------------------------------------
*/

.sub01List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub01List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width:768px){
.sub01List ul li{
	width: 100%;
}
}
/*********** 02p *************/
.sub02txt01{
	font-family: 'NanumSquare', 'sans-serif';
	font-size: 17px;
}

.sub02List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub02List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width:768px){
.sub02List ul li{
	width: 100%;
}
}


/*********** 03p *************/

.global{
	word-break: keep-all;
}
.sub01ft, .sub01ft p, .sub01ft span{
	font-size: 32px;
	font-weight: 800;
	line-height: 1.2;
	font-family: 'Titillium Web','Sans-serif';
	color:#1c76bc;
}
.sub01ft01ff{
	font-family: 'NanumSquare', 'sans-serif';
}
.sub03ft, .sub03ft p, .sub03ft span{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	color:#1c76bc;
}
.sub03ft01, .sub03ft01 p, .sub03ft01 span{
	font-family: 'Titillium Web','Sans-serif';
	font-weight: 800;
	color:#1c76bc;
}
.sub03ft01ff{
	font-family: 'NanumSquare', 'sans-serif';
}

.sub03box{
	width: 90%;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
	padding: 30px;
	background-color: #fff;
	border:1px solid #d5d5d5;
	box-sizing: border-box;
}

.sub03boxL{
	position: relative;
	width: initial;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}
.sub03boxR{
	position: relative;
	display: inline-block;
}
.sub03boxR:before{
	content: '';
	position: relative;
	display: inline-block;
	width: 1px;
	min-height: 300px;
	height: 100%;
	background-color: #84939d;
	margin-right: 30px;
	vertical-align: top;
	padding: 10px 0;
}
.sub03box ul{
	display: inline-block;
	padding: 10px 0;
}
.sub03box ul li{
	text-decoration: underline;
	text-underline-position: under;
	padding-bottom: 5px;
	line-height: 1.8;
	text-align: left;
	font-family: 'NanumSquare', 'sans-serif';
	font-size: 16.5px;
}

/****  global  ***/
.sub03box_1{
	position: relative;
	display: block;
	height: auto;
	width: 70%;
	padding: 15px;
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
	background-color: #fff;
	box-sizing: border-box;
	border:1px solid #d5d5d5;
}
.sub03box_1 .sub03boxL{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.sub03box_1 .sub03boxR{
	width: 100%;
	/* padding: 10px; */
}

.sub03box_1 .sub03boxR::before{	display: none;}

.global table.tg1{
	line-height: 1.8;
	font-family: 'Titillium Web','Open Sans','Nanum Gothic','나눔고딕','Noto Sans KR','NanumSquare', 'sans-serif';
	font-size: 17px;
}
.global table.tg1 tr{
	border-bottom: 1px solid #d5d5d5;
}
.global table.tg1 tr:last-child{
	border-bottom:none;
}
.global table.tg1 .tdl{
	text-align: right;
	width: 23%;
	padding-right:10px;
	font-weight: bold;
}
.global table.tg1 .tdr{
	width: 80%;
	margin-left: 15px;
}

.global #conference-timeline .timeline-start{
	width: 40%;

}
.global #conference-timeline .timeline-start .article-number{
	line-height: 1.8;
}

@media all and (max-width:768px){
	.sub03box, .sub03box_1{
		width: 100%;
		padding: 0;
	}
	.sub03box_1{
		width: 100%;
		padding: 10px;
	}
	.global table.tg1 .tdl{
		width: 20%;
	}
	.sub03boxL{
		padding: 0 5px;
	}
	.sub03boxR:before{
		margin-right: 2px;
	}
	.global #conference-timeline .timeline-start{
		width: 60%;
	}
	.global .sub03ft, .sub03ft p, .sub03ft span{
		font-size:20px;
		line-height: 1.6;
	}
}

/*===== Vertical Timeline =====*/
#conference-timeline {
	margin-top: 50px;
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
	font-family: 'NanumSquare','Sans-serif';
}
#conference-timeline .timeline-start {
  display: block;
  font-size: 18px;
  /* background: rgb(246, 240, 240); */
	background-color: #fff;
	border:1px solid #d5d5d5;
  color: #444;
  width: 30%;
	min-width: 280px;
	vertical-align: middle;
  text-align: center;
  margin: 0 auto;
	padding: 10px 15px;
	box-sizing: border-box;
}

.timeline-start>span{
	margin-right: 10px;
}
.timeline-start>span, .timeline-start>p{
	display: inline;
}
#conference-timeline .timeline-end{
	 display: block;
	font-weight: bold;
	background: #fff;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
}
.timeline-end .endico{
	position: relative;
	display: inline-block;
	width: initial;
	margin: 0 auto;
	box-sizing: border-box;
}
#conference-timeline .timeline-end .endico i{
	display: inline-block;
	font-size: 80px;
	letter-spacing: -20px;
}
.endico1{color:#4dc6e1;}
.endico2{color:#1583c9;}
.endico3{color:rgba(18,78,135,1.0);}

#conference-timeline .timeline-end p{
	font-size: 28px;
	font-family:'Nanum Gothic','Sans-serif';
	margin-top: 10px;
}
#conference-timeline .timeline-end span{
	font-size: 16px;
	color: #124e87;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
	transform: translatex(-50%);
	background: linear-gradient(rgba(11, 123, 193,0.5), #013976);
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin:0;
	margin-bottom: 10px;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 47%;
  width: 100%;
}
.timeline-article .content-left{text-align: right;}

.timeline-article .mtbld{
	margin-top: 10px;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  padding:0 10px;
}

.timeline-article .content-right2 {
	float: right;
}

.timeline-article .article-number {
	display: block;
  font-size: 16.5px;
	vertical-align: middle;
	font-weight: bold;
}
.timeline-article .title{
	font-size: 19px;
	margin-top: 10px;
	font-weight: bold;
	display: inline-block;
}
/* .timeline-article .title:before{
	content: '· ';
	display: inline;
} */

.timeline-article p {
  color: #4c4c4c;
  font-size: 17px;
	display: inline-block;
}
.timeline-article .content-left-container {float: left;}
.timeline-article .content-right-container {float: right;}

.timeline-article .meta-date {
  position: absolute;
	content: '';
  top: 12px;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translatex(-50%);
  color: #fff;
  border-radius: 100%;
	background-color: rgb(84, 89, 120);
	/* border: 2px solid rgba(18,78,135,.8); */
	border: 2px solid rgba(84, 89, 120,.8);
	border-radius: 50%;
}
.timeline-article .meta-date span{
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	font-size: 17.5px;
	margin: 0	auto;
	font-family: 'Titillium Web','Nanum Gothic','나눔고딕', 'sans-serif';
	vertical-align: middle;
	line-height: 2.4;
}
.timeline-article .title01,.timeline-article .article01{
color:#124e87;
}
.timeline-article .article-number.number01{
	color: #1c76bc;
}
.timeline-article .title03{
color:#702c91;
}
.timeline-article .article03,.timeline-article .article-number.number03{
	color: #8368ae;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
	.timeline-article .mtbld{
		margin-top: 0px;
		display: none;
	}
	.timeline-article .content-left {text-align: left;}

	#conference-timeline .timeline-end,
	#conference-timeline .timeline-start,
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 30px;
		text-align: left;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 30px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }

	.timeline-article{
		margin-bottom: 5px;
	}
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px;
  }

}
@media only screen and (max-width: 400px) {
	#conference-timeline .conference-center-line {
		margin-left: 0;
		/* left: 10px; */
	}
	.timeline-article .content-left-container,
  .timeline-article .content-right-container {
    margin-left: 50px;
  }
	.timeline-article .meta-date {
		margin-left: 0;
		/* left: 10px; */
	}
  .timeline-article p {
    /* margin: 0; */
  }
  .timeline-article p span.article-number {
    display: none;
  }

}
/******** 04p ***********/
.sub04List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub04List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}
.sub04imgs{
	border: 3px solid #fff;
	border-radius: 50%;
}

.sub04dt{
	margin-bottom: 5px;
}
.sub04dt .sub04ico{
	float: right;
	margin-top: 8px;
	margin-right: 7px;
}
.sub04tit{
	position: relative;
	display: inline-block;
	width: initial;
	background-color: #ffffff;
	border:1px solid #516089;
	padding:5px 10px;
	margin: 0 auto;
	text-align: center;
	margin-left: 5%;
	color: #516089;
}
.sub04h4{
	position: relative;
	display: block;
	margin-bottom: 50px !important;
}
.sub04h4:after{
	content: '';
  width: 100%;
  height: 1px;
  display: block;
  margin: 0 auto;
  background-color: #516089;
  margin-top: -20px;
	margin-bottom: 50px;
}
.sub04ico01{
	display: block;
	width: 603px;
	height: 48px;
	margin-top: 10px;
	margin: 0 auto;
	background: url(../img/sub/sub04/sub04_img01_1.png) no-repeat center/cover;
}

.sub04ico02{
	/* position: absolute; */
	display: block;
	/* right: 0;
	top: 25px; */
	width: 239px;
	height: 203px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin: 0 auto;
	background: url(../img/sub/sub04/sub04_img11.jpg) no-repeat center/cover;
}
@media all and (max-width:768px){
.sub04List ul li{
	width: 100%;
}
.sub04ico01{
	width: 77vw;
	height: 6vw;
}

.sub04ico02{
	/* display: none; */
	/* position: relative;
	display: inline-block; */
}
}

/******** 05p ***********/
.sub05imgs{
	margin-top: 10px;
}
.sub05box {
  position: relative;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
	margin-top: 15px;
	text-align: center;
}
.sub05txt1{font-size: 17px;}
.sub05txt2 {
    font-size: 16px;
    color: #929292;
    box-sizing: border-box;
}
/*********************  06p *************************/
.sub06ft01, .sub06ft01 p, .sub06ft01 span{
	line-height: 1.1;
	font-family: 'Titillium Web','Sans-serif';
	font-weight: 800;
	color:#1c76bc;
}

.sub06List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub06List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width:768px){
.sub06List ul li{
	width: 100%;
}
}
/**************************07p*****************************/
.sub07Box, .sub07Box2{
	position: relative;
	display: block;
}
.sub07Box li, .sub07Box2 li{
	position: relative;
	display: block;
	height: auto;
	min-height: 130px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.sub07Box .info .txt, .sub07Box2 .info .txt{
	position: relative;
	padding: 10px 0;
	/* width: 100%; */
	width: calc(100% - 150px);
	height: 130px;
	display: inline-block;
	margin-left: 10px;
}
.sub07Box .info .nopictxt, .sub07Box2 .info .nopictxt{
	width: 100%;
	height: inherit;
}
.sub07Box .info .txt1, .sub07Box2 .info .txt1, .sub07List2 .info .txt1{
	font-weight: bold;
	font-size: 16.5px;
	line-height: 1.8;
	color:#5197c6;
	margin-left: 7px;
}
.sub07Box .info .txt2, .sub07Box2 .info .txt2{
	font-size: 16px;
	padding: 10px;
}
.sub07ico{
	display: inline-block;
	width: 30px;
	height: 28px;
	vertical-align: middle;
	padding: 0 5px;
	margin-right: 8px;
}
.sub07Box .info .eng, .sub07Box2 .info .eng{
	position: relative;
	float: left;
	display: inline-block;
	width: 130px;
	height: 130px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
}
.sub07List>ul, .sub07List2>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub07List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}
.sub07List2 ul li{
	width: calc(33% - 5px);
	margin-bottom: 15px;
	display: inline-block;
}
.sub07List2 .info .txt1{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.sub07List2 .info .eng{
	position: relative;
	display: block;
	width: 130px;
	height: 130px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 auto;
}
.sub07Box ul li:nth-child(1) .eng{background: url(../img/sub/sub07/sub07_img05.jpg) no-repeat center/cover;}
.sub07Box ul li:nth-child(2) .eng{background: url(../img/sub/sub07/sub07_img06.jpg) no-repeat center/cover;}
.sub07Box ul li:nth-child(3) .eng{background: url(../img/sub/sub07/sub07_img07.jpg) no-repeat center/cover;}


.sub07Box2 ul li:nth-child(1) .eng{background: url(../img/sub/sub07/sub07_img10.jpg) no-repeat center/cover;}
/* .sub07Box2 ul li:nth-child(2) .eng{background: url(../img/sub/sub07/sub07_img08.jpg) no-repeat center/cover;} */
/* .sub07Box2 ul li:nth-child(3) .eng{background: url(../img/sub/sub07/sub07_img09.jpg) no-repeat center/cover;} */

/* .sub07Box2 ul li:nth-child(4) .eng{background: url(../img/sub/sub07/sub07_img11.jpg) no-repeat center/cover;} */

.sub07List2 ul li:nth-child(1) .eng{background: url(../img/sub/sub07/sub07_img12.jpg) no-repeat center/cover;}
.sub07List2 ul li:nth-child(2) .eng{background: url(../img/sub/sub07/sub07_img13.jpg) no-repeat center/cover;}
.sub07List2 ul li:nth-child(3) .eng{background: url(../img/sub/sub07/sub07_img14.jpg) no-repeat center/cover;}


@media all and (max-width:768px){
.sub07List ul li, .sub07List2 ul li{
	width: 100%;
}
.sub07Box .info .eng, .sub07Box2 .info .eng{
	float: none;
	display: block;
}
.sub07Box .info .txt, .sub07Box2 .info .txt{
	padding: 10px 0;
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.sub07Box .info .txt1, .sub07Box2 .info .txt1{
	margin-left: 0;
}
}
/***************  8p  ************************/
.sub08txt{
	font-size: 16.5px;
	font-family: 'NanumSquare', 'sans-serif';
	padding: 3px;
	font-weight: 800;
}
.sub08txt02,.sub08txt03{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.sub08txt01{
	color: red;
	/* color: #BE2424; */
}
.sub08txt02{color: yellow;}
.sub08txt03{color: #ffffff;
background-color: rgba(74, 153, 227, 0.02);}
.sub08txt04{
	color: #000000;
}
.sub08txt05{color: #009c61;}
.sub08ico1{
	background: url(../img/sub/sub08/sub08_img05.jpg) no-repeat center/90%;
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sub08List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub08List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}
@media all and (max-width:768px){
.sub08List ul li{
	width: 100%;
}
}
/**************** 09p **********************/
.sub09List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub09List ul li{
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: bottom;
}
.sub09List ul li:first-child{
	width: 38.5%;
}
.sub09List ul li:last-child{
	width: 60%;
}
@media all and (max-width:768px){
	.sub09List ul li:first-child,.sub09List ul li:last-child,
.sub09List ul li{
	width: 100%;
}
}

/**************** 10p **********************/
.sub10ico{
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 5px;
}

.sub10ico01{background: url(../img/ico/num_01red.png) no-repeat center/cover;}
.sub10ico02{background: url(../img/ico/num_02yell.png) no-repeat center/cover;}
.sub10ico03{background: url(../img/ico/num_03blue.png) no-repeat center/cover;}
/**************** 11p **********************/
.sub11Box{
	display: block;
	width: 90%;
	padding-top:20px;
	padding-bottom: 15px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.sub11Box dd{
	width: 90%;
	margin: 0 auto;
}
.sub11Box .txt2 p{
	margin-top: 5px;
	font-size: 16.5px;
	font-family:'NanumSquare','Sans-serif';
}

/**선물을드립니다***/
.sub11box01, .giftbox {
    position: relative;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    margin-top: 30px;
}
.sub11box01 p {
    padding: 15px 35px;
    display: inline-block;
    width: initial;
    border: 2px dashed rgba(244, 123, 136, 0.6);
    border-width: 2px;
    font-family: 'NanumSquare', 'sans-serif';
    line-height: 1.9;
    font-size: 17px;
}

@media all and (max-width:768px){
	.sub11Box, .sub11Box dd{width: 100%;}
}


/************* 14p ****************/
/* .img0d{
	background: url(../img/sub14_img0d.png) no-repeat center/73%;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: 3px;
	vertical-align: top;
} */
.sub14Box{
	margin-top: 0;
}
.sub14Box li{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.9em;
}

.sub14List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub14List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
}
@media all and (max-width:768px){
.sub14List ul li{
	width: 100%;
}
}
/************** 15p ****************/
.sub15wrap{
	width: 95%;
}
.sub15article-body{
	margin: 0;
}
.sub15article{
	padding: 0 !important;
}
.sub15box{
	width: 90%;
	display: block;
	margin: 0 auto;
}

.sub15boxL{
	width: 40px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 7px;
}
.sub15boxR{
	display: inline-block;
}
.sub15box ul{
	display: inline-block;
}
.sub15box ul li{
	text-align: left;
}

.sub15bg{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height:63vw;
	background: url(../img/sub/sub15_img01.jpg) no-repeat center/cover;
	text-align: right;
}

.sub15Txt{
	position: relative;
	display: inline-block;
	text-align: right;
	margin-top: 10%;
	color: #fff;
	/* text-shadow: 1px 1px 1px rgb(46, 46, 46); */
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	font-size: 1.2em;
	line-height:2.5;
	vertical-align: bottom;
	padding:20px 20px 0 0;
	margin-right: 20px;

}

.sub15box2{
	display: none;
}
.sub15box1{
	width: 90%;
	display: none;
	margin: 0 auto;
	padding: 20px;
}
.sub15box1 p{
	width: 100%;
}

@media screen and (max-width: 1089px) {
	.sub15Txt{
		font-size: 18px;
		margin: 10px;
		line-height:1.7em;
	}
}

@media screen and (max-width: 860px) {
	.sub15Txt{
		font-size: 15px;
		margin: 10px;
		line-height:1.5em;
	}
}

@media screen and (max-width: 640px) {
	.sub15bg, .sub15Txt{
		display: none;
	}
.sub15box1{
	width: 95%;
	display: block;
	margin: 0 auto;
	padding: 10px;
}
.sub15box2{
	display: block;
}
}


/****************16p******************/
.sub16box{
	width: 98%;
	display: block;
	margin: 0 auto;
}
.sub16boxL{
	width: initial;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 10px;
	font-size: 16.5px;
	font-weight: bold;
}
.sub16boxR{
	display: inline-block;
}
.sub16box ul{
	display: inline-block;
}
.sub16box ul li{
	text-align: left;
}

.sub16box ul li span{
	margin-right: 5px;
}

.sub16box ul li:last-child span{
	margin-right: 20px;
}

.sub16List>ul{
position: relative;
width: 100%;
margin: 0 auto;
text-align: center;
}
.sub16List ul li{
	width: calc(50% - 5px);
	margin-bottom: 15px;
	display: inline-block;
}
@media all and (max-width:768px){
.sub16List ul li{
	width: 100%;
}
}
/* .newsft01{
	font: bold 22px 'Titillium Web','Sans-serif';
	color: #114f8a !important;
	margin-bottom: 10px;
} */
/********   17p   ************/

.sub17Box01, .sub17Box02, .sub17Box03, .sub17Box04{
	padding: 15px 20px;
}
.sub17Box01{
	background-color: rgba(187, 205, 207, 0.7);
}
.sub17Box02{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(252, 222, 168, 0.6);
}
.sub17Box03{
	background-color: rgba(244, 223, 219, 0.8);
	margin-bottom: 20px;
}
.sub17Box04{
background-color: rgba(246, 220, 110, 0.6);
}
.fa-info-circle{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	/* line-height: 1.9; */
	font-weight: 100;
	font-style: normal;
	font-family: FontAwesome;
	margin-right: 3px;
}

.sub17List{
	margin: 20px 0;
}
.sub17List li{
	line-height: 32px;
}

/************ sub18 *************/
.sub18Box{
	border: 1px solid #d9d9d9;
	margin-top: 20px;
	padding-top: 20px;
}
.sub18ico{
	display: inline-block;
	width: 20px;
	height: 14px;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 5px;
}

@media only screen and (max-width: 1120px){
.traTab li{
	width: 30%;
	margin-right: 15px;
	margin-top: 15px;
}

.traTab li:nth-child(3n) {
	margin-right: 0px;
}
}

@media only screen and (max-width: 600px){
.traTab li{
	width:47.0%;
	margin-right: 0px;
	margin-top: 15px;
}

.TrList ul li:nth-child(odd) .info{
	float: inherit;
}
.TrList ul li:nth-child(even) .info{
	float: inherit;
}

.traTab li:nth-child(2n+1) {
	margin-right: 10px;
}
#trainingBox .sub_tr .info{
	width: 100%;
	margin-left: 0;
	margin-right:  0;
	margin-bottom: 5px;
	margin-top: 5px;
}
.traTab li:nth-child(2n+1) {
	margin-right: 0px;
}
}

/* media query*/
@media all and (max-width:1089px){
/* common */
.mobile-pl0 {padding-left: 0 !important;}
}

@media screen and (max-width: 767px) {
.complex-box .thum {float: none;text-align: center;margin-bottom: 30px;}
.complex-box .txt {padding-left: 0;}
.tg {
	width: auto !important;
}
.tg col {width: auto !important;}
.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;
}
}

@media all and (max-width:640px){
/* .sub06Tab li{} */
/* .sub06Tab li:nth-child(2){margin: 0 10px;} */

/*----------------------------------------------------------------------------------------------------------------------------------
sub
----------------------------------------------------------------------------------------------------------------------------------
*/

/* .sub-visiual {min-height:190px;} */
.sub15_img04 {display: none !important;}
.sub15_img04_mobile, .sub15_txt_mobile {display: block !important;margin: 0 auto;}

.blockquote01 img {float: none;display: block;margin: 25px auto 0 auto;}

}

/* @media all and (max-width:440px){
	.sub06Tab li{width: 45%;	}
} */
