@charset "utf-8";
/** 컨텐츠 서브 20141212 **/
#layout_content_sub1{
	width: 1212px;
	min-height:100%;
	height:100%;
	display: block;
	margin:0 auto;
	position:relative;
}
#layout_content_sub1 > #layout_content{
	width: 887px;
	min-height:100%;
	height:100%;
	float: left;
	position:relative;
	border-right:1px #d8d8d8 solid;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	padding:50px 0;
}
#layout_content_sub1 > #layout_content > div.page{
	border-top:1px #e62b1e solid;
	margin:0 55px 0 0 ;
}
#layout_content_sub1 > #layout_content > div.page > div.page_title{
	border-bottom:1px #d8d8d8 dashed;
	padding:10px 20px;
	text-align:left;
	font:400 32px/80px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana, sans-serif;
	color:#333;
}

#layout_content_sub1 > #layout_content > div.page > div.page_cont{
	padding:0px 20px;
}
#layout_content_sub1 > #layout_content > div.page > div.page_cont  div.section{
	text-align:left;
	font:400 12px/20px Gulim;
	color:#333;
	padding:36px 0;
}
#layout_content_sub1 > #layout_content > div.page > div.page_cont  div.section  img{
	max-width:100%;
}
#layout_content_sub1 > #layout_content > div.page > div.page_cont  div.section + div.section{
	padding:0 0 36px 0;
}
#layout_content_sub1 > #layout_content > div.page > div.page_cont  div.section > p{
	text-align:left;
	font:400 12px/20px Gulim;
	color:#333;
	padding:0;
}
#layout_content_sub1 > #layout_right{
	width: 325px;
	height:100%;
	float: left;
	position:relative;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
	padding:25px 0;
}
#layout_content_sub1 > #layout_right > div.sec{
	width:100%;
	border-bottom:1px #d8d8d8 solid;
}
#layout_content_sub1 > #layout_right > div.sec > div.cont{
	margin:25px 0 0 0;
}
#layout_content_sub1 > #layout_right > div.sec+div.sec > div.cont{
	margin:0;
}
#layout_content_sub1 > #layout_right > div.sec.essay{
	height:90px;
}
#layout_content_sub1 > #layout_right > div.essay > div.cont{
	color:#222;
	font:normal 11pt/32px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana, sans-serif;
	text-align:left;
	margin:15px 0 15px 25px;
}
#layout_content_sub1 > #layout_right > div.essay > div.cont > div.big{
	color:#4f4f4f;
	font:bold 11pt/35px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana, sans-serif;
	text-align:left;
}
#layout_content_sub1 > #layout_right > div.essay > div.cont > a{
	color:#222;
	font:normal 11pt/35px 'Noto Sans KR','Malgun Gothic','맑은 고딕','돋움',Dotum,Verdana, sans-serif;
	text-align:left;
	text-decoration:none;
	width:100%;
	height:35px;
	background-color:#fff;
	display:block;
}
#layout_content_sub1 > #layout_right > div.essay > div.cont > a:after{
	font-family:FontAwesome;
	content: "\f105";
	float:right;
	margin-right:20px;
}
#layout_content_sub1 > #layout_right > div.essay > div.cont > a:hover{
	color:#fff;
	background-color:#00addf;
}
#layout_content_sub1 > #layout_right > div.sec4{
	border-bottom-width:0;
}
#layout_content_sub1 > #layout_right > div.sec4 > div.cont{
	text-align:right;
}
/*#layout_content_sub1 > #layout_right > div.sec4 > div.cont > a{*/
/*	display:inline-block;*/
/*	width:143px;*/
/*	height:143px;*/
/*}*/
#layout_content_sub1 > #layout_right > div.sec4 > div.cont > a+a{
	margin-left:4px;
}

.toss-modal.active {
	display: block;
}

.toss-modal {
	display: none;
}

.toss-modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.toss-modal-content-inner {
	position: relative;
	height: 100%;
	z-index: 500;
}

.box-position {
	position: fixed;
	z-index: 1001;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.box-section {
	position: relative;
	border-radius: 10px;
	padding-block: 50px; 
	background-color: white;
	color: #333d4b;
	text-align: center;
	width: 508px;
}

.box-wrapper {
	max-width: 480px;
	margin: 0 auto;
}

.two-check-box {
	padding-left: 30px
}

.margin-top30 {
	margin-top: 30px;
}

.modal-close-toss {
	background-color: unset;
	position: absolute;
	top: 15px;
	right: 15px;
	width: fit-content;
	z-index: 9999;
}

.modal-close-toss img {
	width: 12px;
	height: 12px;
}

@media (max-width: 768px) {
html, body {
	width: 100vw !important;
	min-height: 100vh !important;
	height: 100vh !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow-x: hidden;
	box-sizing: border-box;
	background-color: #fff !important;
}
.toss-modal-content {
	background: #fff !important;
	z-index: 110;
	width: 101%;
	height: 101%;
}
.box-section {
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100vw !important;
}
.box-position {
	position: fixed;
	z-index: 1001;
	top: 6%;
	left: 50%;
	transform: translateX(-50%);
}
.modal-close-toss {
	background-color: unset;
	border: unset;
	position: absolute;
	right: 15px;
	top: -30px;
	z-index: 800;
}
.modal-close-toss img {
	width: 26px;
	height: 26px;
}
.wrapper {
	margin-top: 50px;
}
.button-toss {
	display: flex;
	justify-content: center;
	justify-self: center;
	color: #f9fafb;
	background-color: #3182f6;
	margin: 30px 15px 0px 15px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	cursor: pointer;
	border: 0 solid transparent;
	user-select: none;
	text-decoration: none;
	border-radius: 7px;
	padding: 11px 16px;
	width: 250px;
}

@media (max-width: 375px) {
	.button-toss {
		margin-top: 2px;
	}
}
}


