@charset "euc-kr";
*{margin: 0; padding: 0;}
body{
	font-family: 'Montserra', 'Noto Sans CJK KR', sans-serif;
}
li{list-style: none;}
a{text-decoration: none;}


#wrap{   
	position: relative; 
	min-width: 320px;
}

/* header */
#header{
	width: 100%; height: 50px;
	position: relative;
}
	/* logo */
#header h1{
	position: absolute;
	top: 50%; margin-top: -10px;
	left: 50%; margin-left: -49px;
}
#header h1 img{
	width: 98px; height: 20px; 
}
	/* menu btn*/
#header .m_menu_btn{
	position: absolute;
	left: 17px;
	top: 50%; margin-top: -10px;
}
#header .m_menu_btn img{
	width: 20px; height: 17px;
	/*ÀÌ¹ÌÁö »çÀÌÁî¸¸*/
}

/* -------------------- <main news area> -------------------- */
.menu_bg {background-color:#fff; position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 99999;
    height: 100%;
    }
.menu_bg a img {
	width:25px;
	height:25px;
	padding-bottom: 32px;
}
.menu_bg .log{
	/*position: absolute;
	top: 30px;
	right: 30px;*/
	border: 1px solid #80c0fe;
	width: 61px; height: 17px;
	text-align: center;
	border-radius: 50px;
	font-size: 10px;
	line-height: 17px;
	padding-top: -3px;
	float: right;
	margin-right: 60px;
}
.menu_bg .log span{
	/*position: absolute;
	left: 8px;
	top: 6px;*/
	display: inline-block;
	width: 5px; height: 5px;
	background-color: #00ff00;
	border-radius: 50px;
	text-align: center;
	line-height: 17px;
	position: relative;
    top: -1px;
}
.menu_bg .login .welcome {
	font-size:20px;
	color:#000;
	font-family:'Montserrat';
	font-weight:bold;
}
.menu_bg .login .name {
	font-size:13px;
	color:#000; 
	font-family:'Noto Sans KR';
	font-size:16px;
	padding-top: 5px;
	padding-bottom: 21px;
}
.menu_bg .login .getin{
	font-size:13px;
	color:#000; 
	font-family:'Noto Sans KR';
	font-size:20px;
	padding-top: 5px;
	padding-bottom: 21px;
	font-weight: 700;
	padding-left: 25px;
}
.menu_bg .infor{
	padding-top: 10px;
	padding-left: 25px;
}
.menu_bg .infor li a{
	font-size:18px;
	font-family:'Noto Sans KR';
	color:#000;
	line-height:43px;
}
.menu_bg .line{
	color: #bcbbbb;
	padding: 0 20px;
}

.menu_bg .service{
	width: 100%;
	height: 72px;
	background-color: #ebeffb;
	position: fixed;
	left: 0;
	bottom: 0;
}
.menu_bg .service .tel{
	color: #92b5f6;
	font-size: 18px;
	font-family:'Noto Sans KR';
	font-weight: 500;
	padding-left:30px;
	padding-top: 13px;
}
.menu_bg .service p{
	font-size: 13px;
	font-family:'Noto Sans KR';
	padding-left:30px;
	font-weight: 300;
}

.join_bg .service{
	width: 100%;
	height: 72px;
	background-color: #ebeffb;
	position: fixed;
	left: 0;
	bottom: 0;
}
.join_bg .service .tel{
	color: #92b5f6;
	font-size: 18px;
	font-family:'Noto Sans KR';
	font-weight: 500;
	padding-left:30px;
	padding-top: 13px;
}
.join_bg .service p{
	font-size: 13px;
	font-family:'Noto Sans KR';
	font-weight: 300;
	padding-left:30px;
}

.join_bg {background-color:#fff; padding:10px 60px 0px 60px}
.join_bg img {width:23px; margin-left:-40px}
.log_tit {
	text-align:center;
	color:#000;
	font-family:'Noto Sans KR';
	font-size:20px;
	font-weight: 700;
	margin-bottom:30px;
	margin-top:30px;
}
.log_bg {width:100%}
.log_form input[type=text] {
	border-radius:50px; 
	width:90%; 
	font-family:'Noto Sans KR';
	font-size:15px;
	height:43px;
	line-height:50px;
	color:#6d6e71;
	padding:0 20px;
	margin-bottom:10px;
	margin-left: 10px;
}
.join_bg .login_btn {
	text-align:center;
	border-radius:50px;
	width:90%;
	font-family:'Noto Sans KR';
	font-size:15px;
	height:43px;
	line-height:41px;
	color:#fff;
	margin-bottom:10px;
	background-color:#314bff;
	margin-left: 10px;
}
.member_join{
	text-align:center;
	font-size:13px;
	padding:10px 40px 20px 10px;
	font-family:'Noto Sans KR';
	font-weight: 500;
	color:#000;
}
.member_join ul{
	overflow: hidden;
	display: inline-block;
}
.member_join li{
	float: left;
	margin-right: 34px;
}
.member_join li:last-child{
	margin-right: 0px;
}
.log_list p{
	font-family:'Noto Sans KR';
	font-size:11px;
	line-height:22px;
	padding-left:10px;
}

.log_list {margin-bottom:30px}
.log_bottom {background-color:#ebeffb; width:100%; height:100px; color:#000; position:absolute; bottom:0;}
.log_bottom .btm_inner {padding:10px 60px}
.log_bottom .btm_inner p {font-size:18px; font-family:Noto Sans KR Bold; font-weight:bold; line-height:30px}
.log_bottom .btm_inner span {font-size:12px; font-family:Noto Sans KR light;}
.btn_join {text-align:center;}
.btn_join a {
	text-decoration:underline;
	font-family:'Noto Sans KR';
	color:#000;
	font-size:13px;
	font-weight:bold}
/* -------------------- <main news area> -------------------- */
#main{
	width: 100%;
	text-align: center;
	padding: 0px 0 44px;
}

/* -------------------- <main section2> -------------------- */

#main .section2 .section2_newspaper{
	width: 93%;
	margin: auto 0;
	margin-left: 50%;
	transform: translateX(-50%);
    border-radius: 10px;
	background: #fff;
	box-shadow:  5px 5px 18px #dedede, 
				  -5px -5px 18px #ffffff;
	box-sizing:border-box;
	position: relative;
}
#main .section2 .section2_newspaper img{
	width: 90%;
	text-align: center;
}

/* -------------------- <main news> -------------------- */
#main .section1{
	position: absolute;
    background-color: rgba(255,255,255,0.7);
	height: 140px;
    width: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 12px 12px;
	border-bottom: 1px solid #304bff;
}
#main .section1 p{
	position: absolute;
	text-align: left;
}
#main .section1 .date{
	left: 17px;
	margin-top: 14px;
	font-size: 15px;
	font-family: "Montserrat";
	color: rgb(49, 75, 255);
	font-weight: bold;
	line-height: 1.2;
}
#main .section1 .day{
	left: 114px;
	top: 13px;
	font-size: 14px;
	font-family: 'noto sans KR';
	color: rgb(49, 75, 255);
	font-weight: bold;
	line-height: 1.2;
	margin-left: -10px;
}
#main .section1 .todays_newspaper{
	font-size: 26px;
	font-family: 'noto sans KR';
	font-weight: 700;
	left: 14px;
	top:37px;
	color: #000;
}
#main .section1 .refer{
	position: absolute;
	top: 74px;
	text-align:left;
	font-family: 'noto sans KR';
	font-weight: 500;
	font-size:12px;
	color:#000;
	left: 14px;
}


#main .section1 .share{

}
#main .section1 .share img{
	width: 30px; height: 30px;
	position: absolute;
	width: 30px;
	right: 22px;
	bottom: 30px;
}
#main .section1 .share p{
	display: inline-block;
	font-family: 'noto sans KR';
	font-size: 10px;
	font-weight: 600;
	color:#000;
	right: 22px;
	bottom: 14px;
}
/* -------------------- <news contents area> -------------------- */
/* Klaytn area */
.wsj_m_wrap, .klay_m_wrap{
	margin-bottom: 40px;
}
.wsj_m_wrap a img,.klay_m_wrap a img{
	max-width: 100%;
}
/* premium_contents */
#container .contents{
	margin: 0px 15px 0px 15px;
	text-align: center;
}
#container .contents a{
	display: block;
	text-decoration:none;
	color: #ccc;
}
#container .contents .premium_contents img{
	text-align: center;
	width: 90px;
}
#container .contents .premium_contents ul{
	overflow: hidden;
}
#container .contents .premium_contents li{
	margin: 0;
	list-style: none;
}



/* .wsj */
#container .contents .premium_contents .wsj img{
	position: absolute;
	left: 50%;
	margin: auto 0;
	margin-left: -111px;
	top: 30px;
	width: 222px;
	display: block;
}
#container .contents .premium_contents .wsj a{
	display:block;
	position: relative;
	margin-top: 23px;
    width: 100%;
    height: 102px;
    text-align: center;
	border-radius: 10px;
	background-color: #000;
}
#container .contents .premium_contents .wsj p{
	position: absolute;
	display: block;
	left: 50%;
	margin: auto 0;
	margin-left: -50px;
	top: 60px;
	width: 222px;
	display: block;
	font-family: 'noto sans KR';
	font-weight: 500;
	font-size: 15px;
	color: #fff;
}


/* todays_news */
#container .contents .premium_contents .todays_news img{
	width: 113px; height: 43px;
	position: absolute;
	left: 20px; top: 20px;
}
#container .contents .premium_contents .todays_news a{
	display: block;
	margin-top: 11px;
	background-color: #006cff;
    border-radius: 10px;
    height: 180px;
    width: 48.7%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
#container .contents .premium_contents .todays_news p{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}
#container .contents .premium_contents .newslatter img{
	position: absolute;
	width: 72px; height: 42px;
	left: 20px; top: 20px;
}
#container .contents .premium_contents .newslatter a{
	display: block;
	margin-top: 11px;
	height: 102px;
	background-color: #001643;
	border-radius: 10px;
    width: 100%;
    float: right;
    padding: 20px;
	box-sizing: border-box;
	position: relative;
}
#container .contents .premium_contents .newslatter p{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}


/* new_contents */
#container .contents .new_contents1{
	text-align: center;
}
#container .contents .new_contents1 ul{
	overflow: hidden;
}
#container .contents .new_contents1 img{
	margin-top: 40px;
	width: 90px;
}


#container .contents .new_contents1 .back_story{
	position: relative;
	display: block;
}
#container .contents .new_contents1 .back_story img{
	margin-top: 10px;
    width: 100%;
}
#container .contents .new_contents1 .back_story p{
	position: absolute;
	display: block;
	left: 50%;
	margin: auto 0;
	margin-left: 67px;
	bottom: 14px;
	width: 110px;
	font-family: 'noto sans KR';
	font-weight: 500;
	font-size: 16px;
	color: #fff;
}
#container .contents .new_contents1 .ju{
	display: block;
	margin-top: 11px;
	background-color: #d52e3f;
    border-radius: 10px;
    height: 102px;
    width: 48.7%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
#container .contents .new_contents1 .ju img{
	width: 120px;
	/*height: 17px;*/
	position: absolute;
	left: 20px; top: -20px;
}
#container .contents .new_contents1 .ju p{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 500;
    color: #fff;
    font-size:16px;
}

#container .contents .new_contents1 .jip{
	display: block;
	margin-top: 11px;
	height: 102px;
	background-color: #0d6dcc;
	border-radius: 10px;
    width: 48.7%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
#container .contents .new_contents1 .jip img{
	width: 56px; height: 20px;
	position: absolute;
	left: 20px; top: -20px;
}

#container .contents .new_contents1 .jip p{
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 500;
    color: #fff;
    font-size:16px;
}


/*--------------------0909 Ãß°¡-----------------------------*/
#container .contents .new_contents1 .hkglobalmarket {
	display: block;
	margin-top: 11px;
	background-color: #001086;
	border-radius: 10px;
	height: 102px;
	width: 100%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	color: #000;
}
#container .contents .new_contents1 .hkglobalmarket img{
	width: 120px;
	position: absolute;
	left: 20px; top: -20px;
}
#container .contents .new_contents1 .hkglobalmarket p{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: 'noto sans KR';
	font-weight: 500;
	color: #fff;
	font-size:16px;
}
#container .contents .new_contents1 .kedglobal {
	display: block;
	margin-top: 11px;
	background-color: #f5e827;
	border-radius: 10px;
	height: 102px;
	width: 48.7%;
	float: right;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	color: #000;
}
#container .contents .new_contents1 .kedglobal img{
	width: 30px; height: 30px;
	position: absolute;
	left: 20px; top: -20px;
}
#container .contents .new_contents1 .kedglobal p{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: 'noto sans KR';
	font-weight: 500;
	color: #fff;
	font-size:16px;
}
/*--------------------0909 Ãß°¡-----------------------------*/

#container .contents .new_contents1 .job{
	display: block;
	margin-top: 11px;
	background-color: #fff100;
    border-radius: 10px;
    height: 180px;
    width: 48.7%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
#container .contents .new_contents1 .job img{
	width: 42px; height: 42px;
	position: absolute;
	left: 20px; top: -20px;
}
#container .contents .new_contents1 .job p{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 700;
    color: #000;
    font-size:16px;
}

#container .contents .new_contents1 .tesat{
	display: block;
	margin-top: 11px;
	height: 102px;
	background-color: #003b79;
	border-radius: 10px;
    width: 100%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
#container .contents .new_contents1 .tesat img{
	width: 35px; height: 40px;
	position: absolute;
	left: 20px; top: -20px;
}
#container .contents .new_contents1 .tesat p{
	position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'noto sans KR';
    font-weight: 500;
    color: #fff;
    font-size:16px;
}


#container .hk_members{
	text-align: center;
	margin-bottom: 50px; /* <- ½Å±Ô Ãß°¡ 20240320 */
}
#container .hk_members img{
	width: 90px;
	margin-top: 45px;
	margin-bottom: 10px;
}
#container .hk_members .hkm{
	left: 50%;
	margin: auto 0;
	margin-left: -7px;
	margin-top: -15px;
	font-size: 28px;
	font-family: "Noto Sans CJK KR";
	color: #000;
	font-weight: bold;
	line-height: 1.349;
	text-align: center;
	-moz-transform: matrix( 0.72839926519128,0,0,0.72862676601634,0,0);
	-webkit-transform: matrix( 0.72839926519128,0,0,0.72862676601634,0,0);
	-ms-transform: matrix( 0.72839926519128,0,0,0.72862676601634,0,0);
}
#container .hk_members .hkm span{
	color: #006cff;
}

/* 20240320 ÁÖ¼®Ã³¸®
#container .contents .hk_members .hk_Subscription{
	text-align: center;
	margin-top: -30px;
}
#container .contents .hk_members .hk_Subscription img{
	width: 100%;
	display: block;
}
#container .contents .hk_members .hk_Subscription .sup{
	position: absolute;
	left: 50%;
	margin: auto 0;
	top: 70px;
	margin-left: -170px;
	display: block;
	font-family: 'noto sans KR';
	font-weight: 600;
	font-size: 16px;
	color: #000;
	width: 90px;
	border: 3px solid red;
} */
/* ½Å±Ô Ãß°¡&º¯°æ ¿µ¿ª 20240320 */
#container .contents .hk_members .hkm_shop img{
	width: 100%;
	margin: 0;
	/* margin-bottom: 44px; */
}
.hk_members ul{
	display: grid;
	grid-template-rows: 50% 50%;
	grid-template-columns: 1fr 1fr;
	row-gap: 5%;
	column-gap: 5%;
	margin-top: 10px;
}
.hk_members ul li:first-child{
	grid-column: span 2;
}
.hk_members ul li p{
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	line-height: 36px;
	color: #000;
}
/* ½Å±Ô Ãß°¡&º¯°æ ¿µ¿ª ³¡ 20240320 */

.utill .kakao{
	display: block;
	width: 100%;
	font-family: 'noto sans KR';
	font-weight: 400;
	font-size: 11px;
	color: #939598;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-top: 1px solid #ebf2fe;
	border-bottom: 1px solid #ebf2fe;
}
.utill .inquiry{
	background-color: #699df4;
	width: 100%;
	height: 60px;
	text-align: center;
}
.utill .inquiry .number{
	padding-top: 16px;
	font-family: 'noto sans KR';
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding-bottom: 5px;
}
.utill .inquiry .time{
	font-family: 'noto sans KR';
	font-weight: 200;
	font-size: 11px;
	color: #fff;
}
#footer{
	background: #000;
	text-align: center;
}
#footer h1 img{
	text-align: center;
	padding-top: 16px;
	width: 92px;
	margin-left: -15px;
	padding-bottom: 8px;
}

#footer .main-sns{
	border-bottom: 1px solid #0d0d0d;
}
#footer .main-sns img{
	width: 24px;
	margin-right: 20px;
	padding-top: 5px;
	padding-bottom: 13px; 
}
#footer .address{
	text-align: center;
    font-size: 13px;
    color: #fff;
    opacity: 0.4;
    line-height: 20px;
    font-family: 'noto sans KR';
    font-weight: 200;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer .address p{
	margin-top: 2px;
    font-weight: 200;
}
