@charset "utf-8";
/* CSS Document */

/* CS intro Styel */
ul.cs_intro_box {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
ul.cs_intro_box li {
	display: inline;
}
ul.cs_intro_box li a {
	display: block;
	float: left;
	width: 340px;
	height: 310px;
	background: #ffffff;
	border: 1px #d0d0d0 solid;
	margin: 0 10px 20px 10px;
	padding: 70px 40px 0 40px;
}
ul.cs_intro_box li a:hover {
	border: 1px #404040 solid;
}
ul.cs_intro_box em {
	width: 65px;
	height: 65px;
	margin: 0 auto 20px;
}
/*
ul.cs_intro_box .ml0 {
	margin-left: 0;
}
*/
.icon_notice {
	display: block;
	background-image: url(../../images/icon/icon_notice.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_event {
	display: block;
	background-image: url(../../images/icon/icon_event.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_faq {
	display: block;
	background-image: url(../../images/icon/icon_faq.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_guide {
	display: block;
	background-image: url(../../images/icon/icon_guide.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_pro {
	display: block;
	background-image: url(../../images/icon/icon_pro.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_suggest {
	display: block;
	background-image: url(../../images/icon/icon_suggest.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
.icon_code {
	display: block;
	background-image: url(../../images/icon/icon_code.png);
	background-repeat: no-repeat;
	background-size: 65px 65px;
	text-indent: -555555px;
}
ul.cs_intro_box .cs_name {
	font-size: 150.0%;
	font-weight: 600;
	color: #e94c35;
	margin-bottom: 20px;
}
ul.cs_intro_box .cs_explain {
	display: block;
	font-size: 87.5%;
	color: #666666;
	line-height: 22px;
}
@media only screen and (max-width: 1024px) {
	ul.cs_intro_box li a {
		display: block;
		float: left;
		width: 50%;
		height: auto;
		background: #ffffff;
		border: 1px #d0d0d0 solid;
		box-sizing: border-box;
		margin: 0 -2px -1px 1px;
		padding: 40px 9px;
	}
	ul.cs_intro_box li a:hover {
		border: 1px #d0d0d0 solid;
	}
  /*
	ul.cs_intro_box .ml0 {
		margin-left: 1px;
	}
  */
	ul.cs_intro_box em {
		width: 50px;
		height: 50px;
		margin: 0 auto 20px;
	}
	.icon_notice, .icon_event, .icon_faq, .icon_guide, .icon_pro, .icon_suggest, .icon_code {
		background-size: 50px 50px;
	}
	ul.cs_intro_box .cs_name {
		font-size: 106.2%;
		margin-bottom: 0;
	}
	ul.cs_intro_box .cs_explain {
		display: none;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	ul.cs_intro_box li a {
		display: block;
		float: left;
		width: 31%;
		height: auto;
		background: #ffffff;
		border: 1px #d0d0d0 solid;
		box-sizing: border-box;
		margin: 0 10px 20px 10px;
		padding: 40px 9px;
	}
  /*
	ul.cs_intro_box .ml0 {
		margin-left: -1px;
	}
  */
	ul.cs_intro_box em {
		width: 55px;
		height: 55px;
		margin: 0 auto 20px;
	}
	.icon_notice, .icon_event, .icon_faq, .icon_guide, .icon_pro, .icon_suggest, .icon_code {
		background-size: 55px 55px;
	}
	ul.cs_intro_box .cs_name {
		font-size: 125%;
		margin-bottom: 15px;
	}
	ul.cs_intro_box .cs_explain {
		display: block;
	}
}
/* Accordion Style */
.accordion {
	width: 100%;
	font-size: 87.5%;
	border-top: 1px #404040 solid;
	text-align: left;
}
.accordion dt {
	position: relative;
	display: block;
	color: #404040;
	line-height: 21px;
	padding: 20px 70px 20px 30px;
	border-bottom: 1px #dddddd solid;
	background: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.accordion dt i {
	position: absolute;
	top: 0;
	right: 30px;
	width: 16px;
	height: 100%;
}
.accordion dt span.date {
	margin-right: 55px;
}
.accordion dt span.ico_open {
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	background-position: 0 0;
}
.accordion dt.active span.ico_open {
	background-position: -16px 0;
}
.ico {
	display: block;
	overflow: hidden;
	background: url(../../images/icon/icon_arrow2.png) no-repeat;
	text-indent: -555555px;
	vertical-align: top;
}
@media only screen and (max-width: 1080px) {
	.ico {
		background: url(../../images/icon/icon_arrow2_m.png) no-repeat;
		background-size: 32px 16px;
	}
}
.accordion dd.notice {
	display: none;
	position: relative;
	background: #fbfbfb;
	color: #2e88c5;
	line-height: 28px;
	border-bottom: 1px #dddddd solid;
	padding: 20px 40px;
}
.accordion dd.notice > p {
	text-align: left;
}
.accordion dd.faq {
	display: none;
	position: relative;
	background: #ffffff;
	color: #404040;
	line-height: 26px;
	border-bottom: 1px #dddddd solid;
	padding: 20px 45px 35px 115px;
}
.accordion .blt {
	position: absolute;
	top: 0;
	left: 30px;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 17.5px;
	-webkit-border-radius: 17.5px;
	-moz-border-radius: 17.5px;
	font-size: 97.5%;
	font-weight: 600;
	line-height: 35px;
	text-align: center;
}
.accordion dt .blt {
	background: #404040;
	color: #ffffff;
	top: 13px;
}
.accordion dt.active .blt {
	background: #e94c35;
	color: #ffffff;
}
.accordion dt .category {
	display: inline-block;
	width: 10%;
	margin: 0 45px 0 50px;
	text-align: center;
	vertical-align: top;
}
.accordion dt .title {
	display: inline-block;
	vertical-align: top;
}
.accordion dd .blt {
	background: #e0e0e0;
	color: #404040;
	top: 20px;
}
@media only screen and (max-width: 768px) {
	.accordion {
		font-size: 80%;
	}
	.accordion dt {
		padding: 15px 40px 15px 13px;
	}
	.accordion dt span.date {
		display: block;
		width: 100%;
	}
	.accordion dt i {
		right: 10px;
	}
	.accordion dt .category {
		display: inline-block;
		width: 20%;
		margin: 0 15px 0 30px;
		text-align: center;
	}
	.accordion dt .title {
		width: 58%;
		display: inline-block;
	}
	.accordion dd.notice {
		padding: 15px 13px;
	}
	.accordion dd.faq {
		padding: 15px 20px 15px 50px;
	}
	.accordion .blt {
		position: absolute;
		top: 0;
		left: 5px;
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		font-weight: 600;
		line-height: 30px;
		text-align: center;
	}
	.accordion dt .blt {
		background: #404040;
		color: #ffffff;
	}
}
/* Suggest Styel */
.cs_suggest_p {
	font-size: 97.5%;
	text-align: left;
	margin-bottom: 15px;
}
@media only screen and (max-width: 1080px) {
	.cs_suggest_p {
		font-size: 80%;
		text-align: left;
		margin-bottom: 10px;
		line-height: 22px;
	}
}
.cs_su_txtField1 {
	width: 300px;
	height: 37px;
	background: #eeeeee;
	padding: 0 15px;
	color: #404040;
}

.filebox input[type="file"] {
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0);
	border: 0; 
} 

.cs_su_txtField2 {
	width: 100%;
	height: 37px;
	background: #eeeeee;
	padding: 0 15px;
	color: #404040;
}
@media only screen and (max-width: 768px) {
	.cs_su_txtField1 {
		width: 100%;
		height: 37px;
	}
}
/* Program Styel */
.pro_title {
	text-align: left;
	font-size: 137.5%;
	font-weight: 600;
	color: #404040;
	font-family: 'NanumSquare' !important;
	font-style: normal;
	margin-bottom: 20px;
}
.pro_list_area {
	width: 100%;
	font-size: 87.5%;
	border-top: 1px #404040 solid;
	text-align: left;
	margin-bottom: 70px;
}
.pro_list_area:last-child {
	margin-bottom: 0;
}
.pro_list_area ul li {
	overflow: hidden;
	border-bottom: 1px #dfdfdf solid;
	padding: 20px 0;
}
.pro_list_area ul li .pro_icon {
	float: left;
	width: 9.25%;
	padding: 0 20px;
	text-align: center;
}
.pro_list_area ul li .pro_icon i {
	height: 45px;
	text-indent: -555555px;
	margin: 0 auto;
}
.pro_list_area ul li .pro_explain {
	float: left;
	width: 71.29%;
	text-align: left;
	padding: 0 200px 0 20px;
	color: #404040;
	line-height: 24px;
	vertical-align: middle;
}
.pro_list_area ul li .pro_explain_other {
	line-height: 40px;
}
.pro_list_area ul li .pro_go {
	float: left;
	width: 18.51%;
	padding: 0 20px;
	text-align: center
}
@media only screen and (max-width: 1023px) {
	.pro_title {
		font-size: 112.5%;
		margin-bottom: 10px;
	}
	.pro_list_area {
		width: 100%;
		font-size: 80%;
		border-top: 1px #404040 solid;
		text-align: center;
		margin-bottom: 60px;
	}
	.pro_list_area ul li .pro_icon, .pro_list_area ul li .pro_explain, .pro_list_area ul li .pro_go {
		width: 100%;
		padding: 0 20px;
		text-align: center;
	}
	.pro_list_area ul li .pro_icon, .pro_list_area ul li .pro_explain {
		margin-bottom: 20px;
	}
	.pro_list_area ul li .pro_explain_other {
		line-height: 24px;
	}
}
/* Program Icon */
.pro_media0 {
	display: block;
	background-image: url(../../images/icon/icon_media0.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_media1 {
	display: block;
	background-image: url(../../images/icon/icon_media1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_media2 {
	display: block;
	background-image: url(../../images/icon/icon_media2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view1 {
	display: block;
	background-image: url(../../images/icon/icon_view1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view2 {
	display: block;
	background-image: url(../../images/icon/icon_view2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view3 {
	display: block;
	background-image: url(../../images/icon/icon_view3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view4 {
	display: block;
	background-image: url(../../images/icon/icon_view4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view5 {
	display: block;
	background-image: url(../../images/icon/icon_view5.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view6 {
	display: block;
	background-image: url(../../images/icon/icon_view6.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
.pro_view7 {
	display: block;
	background-image: url(../../images/icon/icon_view7.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45px 45px;
}
@media only screen and (max-width: 1080px) {
	.pro_media0 {
		display: block;
		background-image: url(../../images/icon/icon_media0_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_media1 {
		display: block;
		background-image: url(../../images/icon/icon_media1_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_media2 {
		display: block;
		background-image: url(../../images/icon/icon_media2_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_view1 {
		display: block;
		background-image: url(../../images/icon/icon_view1_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_view2 {
		display: block;
		background-image: url(../../images/icon/icon_view2_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_view3 {
		display: block;
		background-image: url(../../images/icon/icon_view3_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_view4 {
		display: block;
		background-image: url(../../images/icon/icon_view4_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
	.pro_view6 {
		display: block;
		background-image: url(../../images/icon/icon_view6_m.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 45px 45px;
	}
}
/* CS TextArea Style */
.cs_txtArea {
	display: inline-table;
	width: 100%;
}
.cs_txtArea > textarea {
	width: 100%;
	height: 200px;
	background: #eeeeee;
	padding: 15px;
	font-size: 87.5%;
	color: #404040;
	border: none;
}

/* -------------------------------- 

CS Access Code Style

-------------------------------- */
.cs_code_tit {
	font-size:375%;
	font-family: 'NanumSquare', 'Nanum Square' !important; 
	font-style: normal;
	font-weight: 600;
	color: #e94c35;
	letter-spacing: -0.5px;
	line-height: 60px;
}
.cs_code_tit_e {
	font-size:187.5%;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
	letter-spacing: 5px;
	line-height: 30px;
	margin-top: 8px;
}
.cs_code_img {
	width: 445px;
	height: 171px;
	margin: 70px auto;
	background: url(../../images/icon/icon_code_img_m.png) no-repeat center center;
	background-size: 100%;
	text-indent: -555555px;
}
.cs_code_p {
	font-size:97.5%;
	color: #666666;
	line-height: 30px;
}
/* Add 2020.01.29 */
.cs_code_login {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000000;
	margin-bottom: -10px;
}

.cs_code_box_p {
	font-size:97.5%;
	color: #000000;
	font-weight: 600;
	margin-bottom: 25px;
}
.cs_code_box_select {
	display: block;
    position: relative;
    width: 650px;
    height: 40px;
	margin: 0 auto 40px;
    background: #ffffff;
    border: 1px #777777 solid;
    box-sizing: content-box;
}
.cs_code_box_select > select {
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    background: url(../../images/icon/icon_arrow4_pc.png) no-repeat right center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    color: #666666;
    outline: 0;
    font-size: 97.5%;
    font-family: 'Nanum Square' !important;
    font-style: normal;
	letter-spacing: -0.5px;
}
.cs_code_box_book {
	display: block;
	width: 100%;
	margin: 0 auto 40px;
}
.cs_code_box_book img {
	max-width: 100%;
	box-shadow: 0px 0px 15px 0px #bbb;
	-webkit-box-shadow: 0px 0px 15px 0px #bbb;
}
.cs_code_box_book .bookTitle {
	font-size: 97.5%;
	color: #444444;
	font-weight: 600;
	margin-top: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 16px;
}
.cs_code_box_book .bookInfo {
	font-size: 80%;
	color: #888888;
	font-weight: 600;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.cs_code_box_book .bookType {
	font-size: 80%;
	color: #e94c35;
	font-weight: 600;
	margin-top: 9px;
}
.cs_code_slice {
	width: 100%;
	margin: 50px 0;
	border-top: 1px #e0e0e0 solid;
}
@media only screen and (max-width: 1024px) {
	.cs_code_tit {
		font-size: 202.3%;
		line-height: 32px;
	}
	.cs_code_tit_e {
		font-size: 131.5%;
		color: rgba(0, 0, 0, 0.7);
		letter-spacing: 0;
		line-height: 21px;
	}
	.cs_code_img {
		width: 288px;
		margin: 20px auto;
		background: url(../../images/icon/icon_code_img_m.png) no-repeat center center;
		background-size: 100%;
	}
	.cs_code_p {
		font-size: 80%;
		line-height: 24px;
	}
	/* Add 2020.01.29 */
	.cs_code_login {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: -10px;
	}
	.cs_code_box_p {
		font-size: 87.5%;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.cs_code_slice {
		width: 100%;
		margin: 30px 0;
		border-top: 1px #e0e0e0 solid;
	}
	.cs_code_box_select {
		width: 100%;
		margin: 0 auto 30px;
	}
	.cs_code_box_select > select {
		width: 100%;
		padding: 0 45px 0 10px;
		background: url(../../images/icon/icon_arrow4_m.png) no-repeat right center;
		font-size: 80%;
		background-size: 30px auto;
		letter-spacing: -0.7px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.cs_code_box_book {
		display: block;
		width: 100%;
		margin: 0 auto 20px;
	}
}
.cs_code_box {
    display: block;
    width: 100%;
    background: #f5f5f5;
    margin: 30px 0 70px 0;
    padding: 50px 30px;
}
.cs_code_input {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 510px;
    height: 45px;
    margin: 0 10px 0 20px;
    vertical-align: middle;
}
.cs_code_input > label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-size: 97.5%;
    color: #999999;
    text-align: center;
    cursor: text;
    line-height: 45px;
    background: #ffffff;
}
.cs_code_input > input {
    position: relative;
    display: inline-block;
    font-size: 97.5%;
    color: #404040;
    font-weight: 600;
    text-align: center;
    width: 510px;
    height: 45px;
    padding: 0 30px;
    border: 1px #e0e0e0 solid;
    background-color: transparent;
}
.cs_code_input > input.focus {
	background: #ffffff;
	border: 1px #e0e0e0 solid;
}
.cs_code_box .code_btn_area {
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}
.btn_codeDone {
	display: block;
	width: 100px;
	height: 45px;
	line-height: 45px;
	font-size: 97.5%;
	color: #ffffff;
	font-weight: 600;
}
@media only screen and (max-width: 980px) {
	.cs_code_box {
		padding: 27px 20px;
		margin: 40px 0 40px 0;
	}
	.cs_code_input {
		width: 100%;
		margin: 15px 0;
	}
	.cs_code_input > label {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		font-size: 87.5%;
		color: #999999;
		text-align: center;
		cursor: text;
		line-height: 45px;
		background: #ffffff;
	}
	.cs_code_input > input {
		position: relative;
		display: block;
		font-size: 87.5%;
		color: #404040;
		font-weight: 600;
		text-align: center;
		width: 100%;
		height: 45px;
		padding: 0 20px;
		border: 1px #e0e0e0 solid;
		background-color: transparent;
	}
	.btn_codeDone {
		display: block;
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 97.5%;
		color: #ffffff;
		font-weight: 600;
		margin: 0 auto;
	}
}

/* -------------------------------- 

CS Button Style

-------------------------------- */
/* 20171128 Add */
.cs_btn1 {
	display: inline-block;
	width: 215px;
	padding: 17px 0;
	margin: 45px 5px 0 5px;
	color: #ffffff;
	font-size: 97.5%;
	font-weight: 600;
	box-sizing: border-box;
}
.cs_btn2 {
	display: inline-block;
	width: 155px;
	padding: 14px 0;
	margin: 45px auto 0;
	color: #404040;
	font-size: 87.5%;
	font-weight: 600;
	border: 1px #404040 solid;
}
.cs_btn3 {
	display: inline-block;
	width: 145px;
	padding: 15px 0;
	margin: 0 auto;
	color: #404040;
	font-weight: 600;
	border: 1px #404040 solid;
}
.cs_btn3:hover {
	color: #ffffff;
	background: #404040;
}
.cs_btn4 {
	display: inline-block;
	width: 215px;
	padding: 17px 0;
	margin: 45px 5px 0 5px;
	color: #ffffff;
	font-size: 97.5%;
	font-weight: 600;
	box-sizing: border-box;
}
@media only screen and (max-width: 480px) {
	.cs_btn1 {
		display: inline-block;
		width: 47%;
		padding: 15px 0;
		margin: 30px 3px 0 3px;
		color: #ffffff;
		font-size: 93.8%;
		font-weight: 600;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 480px) {
	.cs_btn1 {
		display: inline-block;
		width: 190px;
		padding: 15px 0;
		margin: 30px 3px 0 3px;
		color: #ffffff;
		font-size: 93.8%; 
		font-weight: 600;
	}
}
@media only screen and (max-width: 1080px) {
	.cs_btn2 {
		display: inline-block;
		width: 155px;
		padding: 14px 0;
		margin: 20px auto 0;
		color: #333333;
		font-size: 87.5%;
		font-weight: 600;
		border: 1px #404040 solid;
	}
	.cs_btn4 {
		display: inline-block;
		width: 215px;
		padding: 15px 0;
		margin: 30px 5px 0 5px;
		color: #ffffff;
		font-size: 87.5%;
		font-weight: 600;
		box-sizing: border-box;
	}
}

/* 2018.07.24 Add */
.btn_attach {
    display: inline-block;
    width: 115px;
    height: 37px;
    background: #ffffff;
    border: 1px #e0e0e0 solid;
    text-align: center;
    font-size: 93.8%;
    color: #aaaaaa;
	line-height: 35px;
    vertical-align: top;
    margin-left: 10px;
	cursor: pointer;
}
@media only screen and (max-width: 768px) {
	.btn_attach {
		width: 115px;
		height: 37px;
		background: #ffffff;
		border: 1px #e0e0e0 solid;
		text-align: center;
		font-size: 93.8%;
		color: #aaaaaa;
		line-height: 35px;
		vertical-align: top;
		margin-top: 10px;
		margin-left: 0;
		margin-right: 5px;
	}
}


/* -------------------------------- 

Plan List Style - 20190405 추가

-------------------------------- */
 ul.plan_list_area {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
ul.plan_list_area li {
	display: inline-block;
	width: 340px;
	margin: 0 8px 20px 8px;
}
ul.plan_list_area li a {
	display: block;
	border: 1px #e0e0e0 solid;
}
ul.plan_list_area li a:hover {
	border: 1px #404040 solid;
}
ul.plan_list_area .plan_img {
	width: 100%;
}
ul.plan_list_area .plan_p_area {
	width: 100%;
	padding: 15px 20px;
}
ul.plan_list_area .plan_title {
 font-size: 15px;
  color: #444444;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
  line-height: 24px;
}
ul.plan_list_area .plan_date {
  font-size: 14px;
  color: #888888;
  font-family: 'Nanum Square' !important;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
}
@media only screen and (max-width: 1080px) {
	ul.plan_list_area li {
		display: inline-block;
		width: 280px;
		margin: 0 8px 20px 8px;
	}
	ul.plan_list_area .plan_img {
		width: 100%;
	}
}
@media only screen and (max-width: 731px) {
	ul.plan_list_area li {
		display: block;
		width: 280px;
		margin: 0 auto 20px;
	}
  ul.plan_list_area .plan_p_area {
    padding: 10px;
  }
	ul.plan_list_area .plan_title {
		font-size: 13px;
		line-height: 20px;
		white-space: inherit;
		overflow: inherit;
		text-overflow: default;
	}
}
@media only screen and (max-width: 365px) {
	ul.plan_list_area li {
		width: 95%;
	}
}

/* -------------------------------- 

Plan View Style - 20190405 추가

-------------------------------- */
.planview_title_area {
  width: 100%;
  border-bottom: 1px #dfdfdf solid;
  padding: 0 10px 10px;
  box-sizing: border-box;
  text-align: left;
}
.planview_title {
  display: inline-block;
  width: 70%;
  font-size: 22px;
  line-height: 24px;
  color: #000000;
}
.planview_date {
  display: inline-block;
  width: 29%;
  font-size: 16px;
  color: #aaaaaa;
  font-family: 'Nanum Square' !important;
  text-align: right;
  vertical-align: bottom;
  box-sizing: border-box;
}
.planview_con_area {
  width: 100%;
  padding: 35px 0 50px;
  border-bottom: 1px #dfdfdf solid;
}

@media screen and (max-width: 1080px) {
  .planview_title {
    display: block;
    font-size: 18px;
    width: 100%;
  }
  .planview_date {
    display: block;
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
}




