@charset "utf-8";

/* container */
#container {position:relative; width:100%; padding-top:140px; background:url('/images/web/kcs/main/bg_main.png') no-repeat center; background-size:cover;} 
#container:after {display:block; content:""; clear:both;}

.main_wrap {position:relative; width:100%; overflow:hidden;}/* 191119 */
.main_wrap .MC_wrap {position:relative; width:1400px; margin:40px auto 20px;}/* 191119 */
.main_wrap .MC_wrap:after {display:block; content:""; clear:both; overflow:hidden;}

/* 주요정책 *//* 200311 */
.policy_box {position:relative; width:690px; height:360px; float:left; overflow:hidden;}
.policy_box h2 {position:absolute; top:-10000em; left:-10000em;}
.policy_box .policy_list p img{width:100%; height:360px;}
.policy_box .policy_list ul.slick-dots {display:none !important;}/* 200220 */
.policy_box .control button {position:absolute; width:35px; height:35px; bottom:0; right:72px; text-indent:-99999%; overflow:hidden; cursor:pointer; }
.policy_box .control button.btn_stop{background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_stop.png') no-repeat center;}
.policy_box .control button.btn_play{display:none; background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_play.png') no-repeat center;}
.policy_box .control button.btn_prev{right:108px; background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_prev.png') no-repeat center;}
.policy_box .control button.btn_next{right:36px;background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_next.png') no-repeat center;}
.policy_box .control button:hover {background-color:rgba(228,10,46,0.9);}
.policy_box .slick-counter{position:absolute; width:35px; height:35px; bottom:0; right:0px; line-height:35px; color:#fff; background:rgba(0,0,0,0.7); letter-spacing: -1.5px; font-family: 'NotoT'; text-align:center;}
.policy_box .slick-counter .current{font-family: 'NotoB';} /* 191231 */
.policy_box .slick-counter .total{font-family: 'NotoR';} /* 191231 */
.policy_box button{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 사용자별바로가기 *//* 191119 */
.m_link {position:relative; width:690px; height:360px; float:right; overflow:hidden;}
.m_link h2{font-size:20px; font-family: 'NotoB'; color:#003769; line-height:28px; padding:0 0 20px; border-bottom:2px solid #003769; }
.m_link h3 {position:absolute; top:0; width:140px; height:50px; line-height:48px; z-index:2;}
.m_link h3 a {display:block; position:relative; font-size:17px; font-family:'NotoM'; padding:0 20px; color:#333; background:rgba(255, 255, 255, 0.3); transition:all 0.3s ease;}
.m_link h3 a::before{content:""; position: absolute; right:15px; top:12px; width:25px; height:25px; border-radius:25px; background:rgba(0,0,0,0.5) url('/images/web/kcs/main/ico_m_link_off.png') no-repeat center;}
.m_link h3 a:hover {background:rgba(255, 255, 255, 0.8);}
.m_link h3.current a {color:#fff; background:#003769;}
.m_link h3.current a::before{background:rgba(0,0,0,0.5) url('/images/web/kcs/main/ico_m_link_on.png') no-repeat center;}
.m_link h3.tit_1 {right:140px;}
.m_link h3.tit_2 {right:0px;}

.m_link div.link_box1 {display:none;}
.m_link div.link_box2 {display:none;}
.m_link div.link_box1.on {display:block;}
.m_link div.link_box2.on {display:block;}
.m_link div.on ul {overflow:hidden;}
.m_link div.on {display:block; position:relative; padding-top:30px; font-size:15px;}
.m_link div.on .ico_list li {width:20%; height:140px; float:left; text-align:center; letter-spacing:-1px; word-break:keep-all; }
.m_link div.on .ico_list li a {display:block;}
.m_link div.on .ico_list li a p{display:block; width:80px; height:80px; line-height:80px; margin:0 auto;  background:#e8f6fe; border-radius:45px;}
.m_link div.on .ico_list li a p img{width:52px; height:46px;}
.m_link div.on .ico_list li a:hover p {background:#fff; animation:Mlink_ico 0.3s  ease;}

	@keyframes Mlink_ico {
		0% {transform:rotate(0deg);}
		25% {transform:rotate(10deg);}
		50% {transform:rotate(0deg);}
		70% {transform:rotate(-10deg);}
		100% {transform:rotate(0deg);}
	}
.m_link div.on .ico_list li a span {display:block; margin-top:10px; line-height:18px; color:#333; padding:0 16px; word-break: keep-all; font-family: 'NotoM';}/* 191119 */
.m_link div.on .txt_list {height:60px; margin-top:25px; padding:24px 30px; border:1px solid #fff;}
.m_link div.on .txt_list li {width:33%; line-height:20px; float:left; margin:5px 0;}
.m_link div.on .txt_list li a {position:relative; display:block; padding-left:10px; color:#fff;}
.m_link div.on .txt_list li a:after {content:""; display:block; clear:both; position:absolute; top:7px; left:0; width:4px; height:4px; background:#053863; border-radius:2px;}
.m_link div.on .txt_list li a:hover {text-decoration:underline;}

.m_link div.on a.btn_my_menu {position:absolute; top:6px; right:0; display:block; width:40px; height:40px;  text-indent:-10000em; color:#fff; background:#053863; border-radius:20px;}
.m_link div.on a.btn_my_menu span {position:absolute; left:0; top:0; width:40px; height:40px; background:url('/images/web/kcs/main/ico_my_menu.png') no-repeat center; transform:rotate(0deg); transition:all ease .3s;}
.m_link div.on a.btn_my_menu:hover span {transform:rotate(360deg);}

/* 공지사항 *//* 191119 */
.Notice {position:relative; width:620px; height:325px; padding:0px 35px; margin-top:20px; float:left; background:#fff;}
.Notice:before {content:""; display:block; clear:both; position:absolute; left:0; top:0; width:100%; height:58px;}
.Notice h2 {position:relative; height:50px; line-height:50px; padding:0 19px; margin:10px 0 0; float:left; font-size:18px; font-family:'NotoR'; font-weight:normal; z-index:2;}  /* 191126 수정 */
.Notice h2 a {display:block; text-align:center; color:#666; }
.Notice h2 a br {display:none;}
.Notice h2.current { height:60px; font-family:'NotoM'; background:#003769 url('/images/web/kcs/main/ico_on_arr.png') no-repeat center 46px;}/* 191126 수정 */
.Notice h2.current a {color:#fff;}
.Notice h2:hover a { font-family: 'NotoM'; color:#053863;}
.Notice h2.current:hover a{color:#fff;}

.Notice .list_box1, .Notice .list_box2, .Notice .list_box3, .Notice .list_box4, .Notice .list_box5, .Notice .list_box6 {display:none;}
.Notice .list_box1.on, .Notice .list_box2.on, .Notice .list_box3.on, .Notice .list_box4.on, .Notice .list_box5.on, .Notice .list_box6.on {display:block;}
.Notice div.on {position:absolute; left:0; top:60px; width:100%; height:195px; padding:35px 0; border-top:1px solid #053863;}
.Notice div.on ul {padding:0 35px; overflow:hidden;}
.Notice div.on ul li {position:relative; padding-right:100px; line-height:40px;}
.Notice div.on ul li a {display:block; padding-left:15px; font-size:16px; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.Notice div.on ul li a:before {content:''; position:absolute; top:19px; left:0; width:4px; height:4px; background:#0066c3; border-radius:2px;}
.Notice div.on ul li a:hover {color:#222;}
.Notice div.on ul li a img {vertical-align:middle; margin-right:5px;}
.Notice div.on ul li span {position:absolute; right:0; top:0; display:block; color:#666; font-size:15px;}

.Notice a.btn_more {position:absolute; top:-58px; right:10px; width:8.8%; height:58px; display:block; text-indent:-10000em; background:url('/images/web/kcs/main/btn_more.png') no-repeat center; overflow:hidden;}
.Notice a.btn_more:hover {transform:rotate(360deg);}
.Notice h2, .Notice a{ -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

/* 팝업존 *//* 200311 */
.box_popup {position:relative; width:335px; height:325px; float:left; margin:20px 20px 0; overflow:hidden;}
.box_popup h2 {position:absolute; top:-10000em; left:-10000em;}
.box_popup .pop {overflow:hidden;}
.box_popup .pop p img{width:100%; height:325px;}
.box_popup .control button {position:absolute; width:35px; height:35px; bottom:0; right:72px; text-indent:-99999%; overflow:hidden; cursor:pointer; }
.box_popup .control button.btn_stop{background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_stop.png') no-repeat center;}
.box_popup .control button.btn_play{display:none; background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_play.png') no-repeat center;}
.box_popup .control button.btn_prev{right:108px; background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_prev.png') no-repeat center;}
.box_popup .control button.btn_next{right:36px;background:rgba(0,0,0,0.5) url('/images/web/kcs/main/btn_next.png') no-repeat center;}
.box_popup .control button:hover {background-color:rgba(228,10,46,0.9);}
.box_popup ul.slick-dots {display:none !important;} /* 200220 */
.box_popup .slick-counter{position:absolute; width:35px; height:35px; bottom:0; right:0px; line-height:35px; color:#fff; background:rgba(0,0,0,0.7); letter-spacing: -1.5px; font-family: 'NotoT'; text-align:center;}
.box_popup .slick-counter .current{font-family: 'NotoM';}
.box_popup button{-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}

.box_popup .slick-counter .current {font-family: 'NotoB';} /* 191231 */
.box_popup .slick-counter .total {font-family: 'NotoR';} /* 191231 */

/* 관세환율정보/이달의 통관실적 */
.ehgt {position:relative; width:335px; height:325px; margin-top:20px; float:right; background:rgba(0,0,0,0.7);}/* 191119 */
.ehgt h2 {position:relative; width:50%; height:60px; line-height:60px; float:left; font-size:18px; font-family:'NotoR'; text-align:center; letter-spacing:-1px; z-index:2; background:#000; }
.ehgt h2 a {display:block; padding:0 16px; color:#999; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.ehgt h2 a:hover{color:#fff;}
.ehgt h2.current {font-family:'NotoM'; background:url('/images/web/kcs/main/bg_ehgt_on.png') no-repeat center 63px;}
.ehgt h2.current a {color:#fff; text-decoration: underline;}
.ehgt .list_box {display:none; position:absolute; left:0; top:75px; width:100%; height:210px;}
.ehgt .list_box.list_ty1.on:before {content:""; display:block; clear:both; position:absolute; left:0; top:50%; width:100%; border-top:1px dashed rgba(225,225,225,0.2);}
.ehgt .list_box.list_ty1.on:after {content:""; display:block; clear:both; position:absolute; left:50%; top:0; height:100%; border-left:1px dashed rgba(225,225,225,0.2);}
.ehgt .list_box.list_ty2.on:before {content:""; display:block; clear:both; position:absolute; left:0; top:48%; width:100%; border-top:1px dashed rgba(225,225,225,0.2);}
.ehgt .list_box.on {display:block;}
.ehgt .list_box > ul {padding:0 10px; overflow:hidden;}
.ehgt .list_box.list_ty1 > ul > li {position:relative; width:50%; padding:0 20px 20px; float:left; font-size:17px; color:#fff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.ehgt .list_box.list_ty1 > ul > li > ul > li {position:relative; margin-top:6px; font-size:15px;}
.ehgt .list_box.list_ty2 p.info {padding:0 30px; font-size:14px; color:#eee;}
.ehgt .list_box.list_ty2 > ul > li {position:relative; padding:3px 20px 15px 100px; font-size:17px; color:#fff;}
.ehgt .list_box.list_ty2 > ul > li > p {position:absolute; left:0px; top:20px; width:100px; text-align:center;} /*191203 수정 */
.ehgt .list_box.list_ty2 > ul > li > p span {display:block; font-size:14px;}
.ehgt .list_box.list_ty2 > ul > li > ul > li {position:relative; margin-top:6px; font-size:15px;}
.ehgt .list_box.list_ty2 > ul > li > ul > li > span {position:absolute; right:0; top:0;}
.ehgt .list_box > ul > li > ul > li strong {display:inline-block; margin-right:10px; padding:0 10px; line-height:26px; border-radius:13px;}
.ehgt .list_box > ul > li > ul > li strong.bg_blue {background:#2e95fe;}
.ehgt .list_box > ul > li > ul > li strong.bg_red {background:#db2929;}
.ehgt .list_box p.btn_more {position:absolute; bottom:-40px; left:0; width:100%; line-height:40px; text-align:center; background:#000;}
.ehgt .list_box p.btn_more a {display:block; padding-right:30px; color:#fff; transition:all ease .3s;}
.ehgt .list_box p.btn_more a span {display:block; position:absolute; left:50%; top:0; width:28px; height:40px; margin-left:40px; background:url('/images/web/kcs/main/arr_ehgt.png') no-repeat center; transition:all ease .3s;}
.ehgt .list_box p.btn_more:hover a {padding-right:45px;}
.ehgt .list_box p.btn_more:hover a span {margin-left:45px;}

/* 고객/신고센터 */
.cnslt_box {position:relative; height:50px; margin-top:20px; background:#2f343e;}/* 191119 */
.cnslt_box .cnslt_inner {position:relative; width:1400px; line-height:50px; margin:0 auto; overflow:hidden;}
.cnslt_box .cnslt_inner dl {width:30%; float:left; overflow:hidden;}
.cnslt_box .cnslt_inner dl dt {position:absolute; top:-10000em; left:-10000em;}
.cnslt_box .cnslt_inner dl dd {float:left; font-size:14px; color:#fff; }
.cnslt_box .cnslt_inner dl dd + dd {margin-left:50px;}
.cnslt_box .cnslt_inner dl dd a {color:#fff;} /* 191126 추가 */
.cnslt_box .cnslt_inner dl dd a:hover {text-decoration:underline;} /* 191126 추가 */
.cnslt_box .cnslt_inner dl dd span {margin-left:5px; font-size:16px; color:#bee4ff; font-family:'NotoM';}
.cnslt_box .cnslt_inner dl dd span a {color:#bee4ff;} /* 191119 */
.cnslt_box .cnslt_inner ul {float:right; overflow:hidden;}
.cnslt_box .cnslt_inner ul li {float:left;}
.cnslt_box .cnslt_inner ul li a {display:block; padding:0 30px 0 50px; color:#fff; background:url('/images/web/kcs/main/arr_cnslt.png') no-repeat 25px center; transition:all ease .3s;} /* 191126 수정 */
.cnslt_box .cnslt_inner ul li a:hover {background-color:#e40a2e; background-position:20px center; text-decoration:underline;}

/* 배너 */
.banner_box {position:relative; /*height:65px;*/ height:55px; background:#fff;} /* 191126 수정 */
.banner_box .banner_inner {position:relative; width:1400px; margin:0 auto; /*padding:5px 0;*/ padding:3px 0; overflow:hidden;} /* 191126 수정 */
.banner_box h2 {position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } 
.banner_box .obj {position:relative; margin-right:130px; /*height:55px;*/ height:45px; overflow:hidden;} 
.banner_box .obj li {width:16.66%; /*height:55px ;*/height:45px; float:left; margin-left:-1px;} 
.banner_box .obj li a {display:table; width:100%; height:53px; border-left:1px solid #ccc; text-align:center; color:#222; font-family: 'NotoM';}
.banner_box .obj li a p{display:table-cell; height:53px; line-height:21px; padding:0 10px; word-break: keep-all; vertical-align: middle;}
.banner_box .obj li a img {width:100%; height:100%; vertical-align:top;}
.banner_box .obj li a:hover{color:#003769; text-decoration: underline;}
.banner_box .control {position:absolute; top:15px; right:0; z-index:10}  /* 191126 수정 */
.banner_box .control a {display:block; float:left; text-indent:-10000px; width:30px; height:30px; overflow:hidden; }
.banner_box .control a.prev { background:url('/images/web/kcs/main/btn_banner_prev.png') no-repeat; }
.banner_box .control a.next { background:url('/images/web/kcs/main/btn_banner_next.png') no-repeat; }
.banner_box .control a.stop { background:url('/images/web/kcs/main/btn_banner_stop.png') no-repeat; }
.banner_box .control a.play { background:url('/images/web/kcs/main/btn_banner_play.png') no-repeat; }
.banner_box .control a.list { background:url('/images/web/kcs/main/btn_banner_list.png') no-repeat; }

/* LINK05 */
.m_link05 {position:relative; width:100%; height:330px; float:left; margin:20px 0 0; overflow:hidden; background:#2f343e;}

@media screen and (max-width:1420px) {	/* 191119 해상도 사이즈 변경 */

	.main_wrap .MC_wrap {width:95%; }

	/* 주요정책 */
	.policy_box {width:56%; height:360px;}
	.policy_box .policy_list p {height:360px; text-align:center; background:rgba(0,0,0,0.5);}
	.policy_box .policy_list p img{width:auto; height:100%;}

	/* 사용자별바로가기 */
	.m_link {width:42%; height:360px;}
	.m_link div.on .txt_list {padding:24px 20px;}

	/* 공지사항 *//* 191119 */
	.Notice {width:42%; box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box;}
	.Notice h2{padding:0 20px; margin:8px 0 0;}
	.Notice h2 a {padding:5px 0 0; line-height:20px; font-size:16px; text-align:center;}
	.Notice h2.tit_1 a{padding:10px 0 0;}
	.Notice h2 a br {display:block;}

	/* 팝업존 */
	.box_popup {width:27%; margin:20px 2% 0;}
	.box_popup .pop p {text-align:center; background:rgba(0,0,0,0.5);}
	.box_popup .pop p img{width:auto; height:325px;}

	/* 관세환율정보/이달의 통관실적 */
	.ehgt {width:27%;}

	/* 고객/신고센터 */
	.cnslt_box {height:auto;}
	.cnslt_box .cnslt_inner {width:95%;}
	.cnslt_box .cnslt_inner dl {width:40%; padding:10px 0;} /* 191126 수정 */
	/* .cnslt_box .cnslt_inner dl dd {float:none; line-height:30px; height:30px;}
	.cnslt_box .cnslt_inner dl dd + dd {margin-left:0;} 191126 주석처리 */
	.cnslt_box .cnslt_inner ul {width:55%;} /* 191126 수정 */
	.cnslt_box .cnslt_inner ul li a {padding:10px 25px 10px 50px; line-height:60px; }

	/* 배너 */
	.banner_box .banner_inner {width:95%;}
	.banner_box .obj li {width:20%;}/* 191119 */
	
	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}

}

@media screen and (max-width:1300px) {	

	/* 주요정책 */
	.policy_box {width:100%; height:360px;}
	.policy_box .policy_list p img{width:auto; height:100%;}

	/* 사용자별바로가기 *//* 191119 */
	.m_link {width:49%; height:325px; margin-top:20px; float:left;}
	.m_link div.on {padding-top:20px; } 
	.m_link div.on .ico_list li{height:135px;}
	.m_link div.on .ico_list li a span{font-size:14px; line-height:16px;}
	.m_link div.on .txt_list {padding:14px 20px;}

	/* 공지사항 */
	.Notice {width:49%; float:right;}
	.Notice h2 {font-size:17px;}
	/* .Notice a.btn_more {width:40px;}191008 주석처리 */

	/* 팝업존 *//* 191119 */
	.box_popup {width:49%; margin:20px 0 0;}

	/* 관세환율정보/이달의 통관실적 200116 */
	.ehgt {width:49%; }
	.ehgt .list_box > ul > li > ul {overflow:hidden;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li {width:40%; margin:15px 5% 30px; float:left;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {top:2px; padding-left:20px;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:10px; background:#fff; opacity:0.4;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:50%; float:left; padding-top:38px; text-align:center;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:50px; background:#fff; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:absolute; left:50%; top:5px; margin:0 0 0 -23px; }

	/* 고객/신고센터 */
	.cnslt_box {height:auto;}
	.cnslt_box .cnslt_inner {width:95%;}
	.cnslt_box .cnslt_inner dl {width:25%;}
	.cnslt_box .cnslt_inner dl dd {float:none; line-height:30px; height:30px;}
	.cnslt_box .cnslt_inner dl dd + dd {margin-left:0;} /* 191126 추가 */

	.cnslt_box .cnslt_inner dl dd + dd {margin-left:0;}
	.cnslt_box .cnslt_inner ul {width:73%; padding:10px 0 0;}
	.cnslt_box .cnslt_inner ul li {width:50%;}/* 191126 수정 */
	.cnslt_box .cnslt_inner ul li a {padding:0 25px 0 50px; line-height:30px; }

	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}
	
}

@media screen and (max-width:1200px) { /*191119 해상도 사이즈 변경 */

	#container {padding:0;}
	.main_wrap .MC_wrap{margin:20px auto 20px;}/* 191119 */

	/* 주요정책 *//* 191119 */
	.policy_box {width:100%; height:360px; }
	.policy_box .policy_list p img{width:auto; height:100%;}

	/* 사용자별바로가기 */
	.m_link {width:100%; height:auto; margin-top:20px;}/* 191119 */
	.m_link div.on .txt_list {margin-top:5px; padding:14px 20px;}

	/* 공지사항 */
	.Notice {width:100%; float:left; margin-top:20px; padding:0 20px;}/* 191119 */
	.Notice h2 a {padding:0; line-height:50px;} /* 191119 */
	.Notice h2.tit_1 a{padding:0;}/* 191119 */
	.Notice h2 a br {display:none;}
	.Notice .list_box ul {padding:0 20px;}
	/*.Notice a.btn_more {width:74px;} 191008 주석처리 */

	/* 관세환율정보/이달의 통관실적 200116 */
	.ehgt h2 {font-size:18px;}
	.ehgt .list_box > ul {overflow:hidden;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li {margin:0 5%;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {position:relative; top:auto; right:auto; display:block; padding:10px 0 0 0; text-align:center; }
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {top:5px; width:100%; height:1px; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:50%; float:left; padding-top:38px; text-align:center;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:50px; background:#fff; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:absolute; left:50%; top:5px; margin:0 0 0 -23px; }


	/* 고객/신고센터 */
	.cnslt_box .cnslt_inner dl {width:100%; float:none;}
	.cnslt_box .cnslt_inner dl dd {width:50%; float:left; text-align:center;}
	.cnslt_box .cnslt_inner ul {width:100%; float:none; padding:10px 0; border-top:2px solid #000;}
	.cnslt_box .cnslt_inner ul li {width:33.3%;}
	.cnslt_box .cnslt_inner ul li a {padding:0 0 0 30px; line-height:30px; background-position:left center;}
	.cnslt_box .cnslt_inner ul li a:hover {background:url('/images/web/kcs/main/arr_cnslt.png') no-repeat 5px center}

	/* 배너 */
	.banner_box .banner_inner {width:95%;}
	.banner_box .obj li {width:25%;}/* 191119 */
	
	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}

}

@media screen and (max-width:920px) {

    /* 관세환율정보/이달의 통관실적 200116 */
	.ehgt .list_box.list_ty2 > ul > li > ul > li {width:100%; margin:5px 0 0;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {position:absolute; top:2px; right:0; padding:0; text-align:right; }
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {display:none;}
    
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:100%; padding-top:0; text-align:left;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:none;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:relative; left:auto; top:auto; margin:0 10px 0 0; }
	
	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}

}

@media screen and (max-width:860px) {

	/* 주요정책 */
	.policy_box {height:300px; float:none;}
	.policy_box .policy_list p {height:300px;}
	.policy_box .policy_list p img{width:auto; height:100%;}

	/* 사용자별바로가기 */
	.m_link { float:none;}
	/*.m_link div.on {padding-top:65px;}*/
	.m_link div.on .ico_list li a span {padding:0 10px;}/* 191119 */
	.m_link div.on .txt_list {margin-top:5px; padding:14px 20px;}

	/* 공지사항 */
	.Notice { float:none;}

	/* 고객/신고센터 */
	.cnslt_box {float:none;}
	
	/* 배너 */
	.banner_box .banner_inner {width:95%;}
	.banner_box .obj li {width:33.3%;}/* 191119 */
	
	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}

}



@media screen and (max-width:720px) {

	/* 주요정책 */
	.policy_box {height:270px;}
	.policy_box .policy_list p {height:270px;}

	/* 공지사항 *//* 191119 */
	.Notice h2 a {height:40px; padding:5px 0; line-height:20px;} 
	.Notice h2.tit_1 a{padding:10px 0 0;}
	.Notice h2 a br {display:block;}
	/*.Notice a.btn_more {width:74px;} 191008 주석처리*/

	/* 고객/신고센터 */
	.cnslt_box .cnslt_inner ul li {width:50%;}

	/* 팝업존 */
	.box_popup {width:100%; margin:20px 0 0;}/* 200116 */

	/* 관세환율정보/이달의 통관실적 200116 */
	.ehgt {width:100%; margin-top:20px;}
	.ehgt .list_box > ul > li > ul {overflow:hidden;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li {width:40%; margin:15px 5% 30px; float:left;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {top:2px; padding-left:20px;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:10px; background:#fff; opacity:0.4;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:50%; float:left; padding-top:38px; text-align:center;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:50px; background:#fff; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:absolute; left:50%; top:5px; margin:0 0 0 -23px; }


	/* 배너 */
	.banner_box .obj li {width:50%;}/* 191119 */
	
	/* LINK05 */
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}
}


@media screen and (max-width:540px) {

    /* 관세환율정보/이달의 통관실적 200116 */
	.ehgt .list_box.list_ty2 > ul > li > ul > li {margin:0 5%;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {position:relative; top:auto; right:auto; display:block; padding:10px 0 0 0; text-align:center; }
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {top:5px; width:100%; height:1px; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:50%; float:left; padding-top:38px; text-align:center;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:block; position:absolute; left:0; top:5px; width:1px; height:50px; background:#fff; opacity:0.2;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:absolute; left:50%; top:5px; margin:0 0 0 -23px; }
	
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}

}

@media screen and (max-width:540px) {

	/* 주요정책 */
	.policy_box {height:230px;}
	.policy_box .policy_list p {height:230px;}
	/* 191119 삭제
	.policy_box .policy_list .slick-arrow {width:40px; height:40px;}
	.policy_box .policy_list .slick-prev{right:82px;}
	.policy_box .control button {width:40px; height:40px; right:41px;}
	*/

	/* 사용자별바로가기 */
	.m_link div.on .ico_list li {width:50%; height:60px; line-height:60px; text-align:left; }
	.m_link div.on .ico_list li a {position:relative; display:block;}
	.m_link div.on .ico_list li a p {position:absolute; left:0; top:5px; width:50px; height:50px; line-height:50px; text-align:center;}/* 191119 */
	.m_link div.on .ico_list li a p img{width:42px; height:36px;}
	.m_link div.on .ico_list li a span {margin:0 0 0 60px; line-height:60px; padding:0;}/* 191119 */
	/*.m_link div.on .txt_list {height:auto;}
	.m_link div.on .txt_list li {width:50%;} 191119 */

	/* 공지사항 *//* 191119 */
	.Notice h2 {font-size:17px; padding:0 15px;}
	/*.Notice h2 a {padding:17px 0;} 191008 주석처리*/
	/*.Notice a.btn_more {width:60px;} 191008 주석처리*/
	
	/* 고객/신고센터 */
	.cnslt_box .cnslt_inner dl dd {width:100%; float:none;}	

	/* 배너 */
	.banner_box .obj li {width:100%;}/* 191119 */

	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}
}

@media screen and (max-width:460px) {

	
	/* 주요정책 */
	.policy_box {height:190px;}
	.policy_box .policy_list p {height:190px;}

	/* 사용자별바로가기 *//* 191119 */
	.m_link h2{border:0; padding:0 0 15px;}
	.m_link h3{width:50%; top:40px;}
	.m_link h3.tit_1{right:50%;}
	.m_link div.on {padding-top:60px;}
	.m_link div.on .ico_list li{height:50px; line-height:50px;}
	.m_link div.on .ico_list li a p {width:40px; height:40px; line-height:40px;}
	.m_link div.on .ico_list li a p img{width:33px; height:auto;}
	.m_link div.on .ico_list li a span {margin:0 0 0 48px; line-height:50px;}
	/*.m_link div.on .txt_list {height:auto;}
	.m_link div.on .txt_list li {width:50%;}*/

	/* 공지사항 */
	.Notice{padding:0; height:285px;}
	.Notice h2 {width:15%; font-size:16px; padding:0; margin:0;}
	.Notice h2 a{font-size:15px;}
	/*.Notice h2 a {padding:17px 0;} 191008 주석처리*/
	.Notice div.on {top:50px; padding:20px 0 10px;}
	.Notice div.on ul li {padding-right:0;}
	.Notice div.on ul li a{font-size:14px;}
	.Notice div.on ul li span {display:none;}
	.Notice a.btn_more {right:0;}

	/* 고객/신고센터 */
	.cnslt_box .cnslt_inner ul li {width:100%;}

	/* 관세환율정보/이달의 통관실적 200116 */
	.ehgt .list_box.list_ty2 > ul > li > ul > li {width:100%; margin:5px 0 0;}
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span {position:absolute; top:2px; right:0; padding:0; text-align:right; }
	.ehgt .list_box.list_ty2 > ul > li > ul > li > span:before {display:none;}
    
    .ehgt .list_box.list_ty1 > ul > li > ul > li {width:100%; padding-top:0; text-align:left;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:before {content:""; display:none;}
    .ehgt .list_box.list_ty1 > ul > li > ul > li:first-child:before {display:none;}
	.ehgt .list_box.list_ty1 > ul > li > ul > li strong { position:relative; left:auto; top:auto; margin:0 10px 0 0; }

	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}
}

@media screen and (max-width:380px) {
	
	/* 주요정책 */
	.policy_box {height:170px;}
	.policy_box .policy_list p {height:170px;}

	/* 사용자별바로가기 191119 */
	.m_link div.on .ico_list li a span {height:40px; padding:8px 20px 5px 10px; line-height:18px;}


	/* 공지사항 */
	.Notice h2 {font-size:15px;}
	/* .Notice h2 a {padding:17px 0;} 191008 주석처리*/
	/*.Notice a.btn_more {width:50px;} 191008 주석처리*/

	/* 팝업존 */
	.box_popup {height:300px;}
	.box_popup .pop p {height:300px;}
	
	.m_link05 {width:100%; height:320px; margin: 20px 11px 20px 0;}
	.m_link05 .list a {text-overflow: ellipsis;}
  


}
	
	 