@charset "utf-8";
@import url(css/reset.css?1);

.clearfix:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;}
.blind{position:absolute;left:0;top:-999999999px; font-size:0;-webkit-transform: translate3d(0, 0, 0);}

html, body{width:100%; height:100%;}
body{background-color:#f7f7f7;}
.skip-to{position:absolute;left:0;top:-99999999999px;}

/*Header*/
#wrapper{overflow:hidden; position:relative; max-width:1280px; width:100%; min-height:100%; margin:0 auto;  border:solid #ebebeb; border-width:0 1px; background-color:#fff; }
#header{position:absolute; width:100%; height:73px; border-bottom:1px solid #e5e5e5; }
#header h1{position:fixed;top:0; width:100%; max-width:1279px; height:73px; background-color:#fff; border-bottom:1px solid #e5e5e5; padding:18px 0 0 48px; z-index:1003; border-right:1px solid #ebebeb;}
#header h1 img{width:109px; vertical-align:top;}
#gnb a{font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; line-height:1; text-transform:uppercase;}

#gnb{float:right; position:fixed; right:0; top:0; z-index:1004; padding-right:144px;}
#gnb nav{float:left;}

#gnb nav,
#gnb .top_search,
#gnb .top_link{display:block;}

#gnb .main>li{float:left; position:relative; border:solid #fff; border-width:0 1px; margin-right:-1px; letter-spacing:0; word-spacing:0;}
#gnb .main>li>a{display:block; height:72px; padding:29px 12px 0; font-size:16px; color:#101114;}
#gnb .main>li.select{border:solid #e5e5e5; border-width:0 1px; box-shadow:0 0 5px rgba(0,0,0, 0.15);}
#gnb .main>li.active>a{color:#2575dd;}

#gnb .sub_menu{display:none; position:absolute;left:-1px;top:72px; width:265px; z-index:1000; border:solid #e5e5e5; border-width:1px 1px 0; box-shadow:0px 3px 3px rgba(0,0,0,0.1);}
#gnb .sub_menu>li{border-bottom:1px solid #e5e5e5;}
#gnb .sub_menu>li>a{display:block; position:relative; width:100%; height:52px; padding:20px 35px 0 13px; background-color:#fff; color:#4e4e4e; font-size:15px;}
#gnb .sub_menu>li>a:after{content:""; position:absolute;right:12px;top:20px; width:7px; height:11px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-200px -150px;}
#gnb .sub_menu>li:hover>a{color:#2575dd; /*background-color:#f7f7f7;*/}
#gnb .sub_menu>li:hover>a:after{background-position:-250px -150px;}
#gnb .main>li.select .sub_menu{display:block;}

#gnb .sub_menu2>a:after{background:none !important;}
#gnb .sub_menu2>a:hover{color:#4e4e4e !important;}
#gnb .sub_menu2 ul a{display:block; position:relative; color:#4e4e4e; font-size:15px; padding:20px 0 0 23px; height:52px; border-top:1px solid #e5e5e5; background-color:#f7f7f7;}
#gnb .sub_menu2 ul a:after{content:""; position:absolute;right:12px;top:20px; width:7px; height:11px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-200px -150px;}
#gnb .sub_menu2 ul a:hover:after{background-position:-250px -150px;}
#gnb .sub_menu2 a:hover{color:#2575dd;}
#gnb .sub_menu>li:hover .sub_menu2{background-color:#f7f7f7;}

#gnb .top_link{float:left; padding:29px 20px 0 12px;}
#gnb .top_link a{display:block; color:#5b728d; font-size:16px;}
#gnb .top_link a:before{content:"|"; margin-right:16px; color:#ccc; font-weight:normal; font-family:'SamsungIFRg', Arial, sans-serif;}
#gnb .top_link .ico-arrow{display:inline-block; width:6px; height:12px; margin-left:4px; background:url(./images/icons_1920.png) no-repeat -150px -98px;}

#header .mobile_btn{display:none;}

#header .mobile_btn button,
#header .web_btn button{display:block; width:72px; height:73px; z-index:1002; font-size:0;}
#header .mobile_btn button:after,
#header .web_btn button:after{content:""; position:absolute; background-image:url(./images/icons_1920.png); background-repeat:no-repeat;}

#header .btn_gnb_search{position:fixed;right:72px;top:0; border-left:1px solid #ebebeb;border-right:1px solid #ebebeb; }
#header .btn_gnb_search:after{left:25px;top:25px; width:20px; height:20px; background-position:-50px -250px;}
#header .btn_gnb_search.select{background-color:#2575dd;}
#header .btn_gnb_search.select:after{background-position:-100px -250px;}

#header .top_search{display:none; position:fixed;left:0;top:73px; width:100%; max-width:1280px; padding:17px 48px; background-color:#fff; z-index:1002; border:solid #ebebeb; border-width:0 1px;}
#header .top_search .srh_box{position:relative; width:100%; height:52px; border:4px solid #2575dd;}
#header .top_search label{font-size:0;position:absolute;left:-9999999px;}
#header .top_search input[type="text"]{display:block; width:100%; height:100%; padding:4px 40px 4px 20px; font-size:18px; border:0; color:#2575dd;}

#header .top_search .btn_search{position:absolute;right:0;top:0; width:44px; height:100%; background:url(./images/icons_1920.png) no-repeat 12px -238px;}
#header .top_search .btn_search .label{font-size:0;}

/*ces2016 변경 전*/
#content_wrap{margin-top:73px;}
/*#content_wrap{margin-top:30px;}*/

@media (max-width:1279px) {
	#header h1{padding:18px 0 0 32px; border-right:0;}
	#gnb .main>li>a{padding:29px 8px 0;}
	#gnb .top_search{padding:20px 0 0 8px;}
	#gnb .top_search .srh_box{width:148px;}
	#gnb .top_link{float:left; padding:29px 20px 0 16px; letter-spacing:-0.03em;}
	#gnb .main>li>a{padding:29px 8px 0; letter-spacing:-0.03em;}
}
@media (max-width:1023px) {
	#header{height:73px;}
	#header h1{height:73px; padding:18px 0 0 32px;}
	#header h1 img{width:109px; vertical-align:top;}

	#gnb .main>li>a{ padding:29px 6px 0;}
	#header .top_search{padding:17px 32px;}
}

@media (max-width:980px) {
	#header .mobile_btn{display:block;}
	#header .web_btn{display:none;}

	#header .mobile_btn button{position:fixed; top:0; font-size:0; width:72px; height:73px;}
	#header .mobile_btn button:after{content:""; position:absolute; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-size:300px auto;  z-index:1001;}
	#header .btn_gnb_search{right:144px; border:0;}
	#header .btn_gnb_search:after{left:25px;top:26px; width:22px; height:22px; background-position:0 0;}

	#header .btn_gnb_search:active,
	#header .btn_gnb_search.select{background-color:#2575dd;}
	#header .btn_gnb_search:active:after,
	#header .btn_gnb_search.select:after{background-position:-50px 0;}

	#header .btn_gnb_open{right:72px; background-position:0 0;}
	#header .btn_gnb_open:after{left:25px;top:26px; width:22px; height:22px; background-position:-150px 0;}
 	#header .btn_gnb_open:active,
	#header .btn_gnb_open.select{background-color:#2575dd;}
	#header .btn_gnb_open:active:after,
	#header .btn_gnb_open.select:after{background-position:-150px -50px;}

	#gnb{float:none; width:100%; padding:0; position:relative;z-index:1001}
	#gnb nav,
	#gnb .top_search,
	#gnb .top_link{display:none; float:none;}

	#gnb.select{position:absolute;left:0;top:0px;}

	#gnb .main{position:relative;left:0;top:0; padding-top:73px; width:100%; z-index:1000;}
	#gnb .main>li{float:none; width:100%; position:relative; border:0; border-bottom:1px solid #e5e5e5; margin-right:0px;}
	#gnb .main>li>a{display:block; height:72px; padding:28px 20px 0; font-size:18px; color:#101114; background-color:#fff; text-align:center;}
	#gnb .main>li.select{border:0; border-bottom:1px solid #e5e5e5; box-shadow:0 0 5px rgba(0,0,0,0);}
	#gnb .main>li.active>a{color:#2575dd;}
	#gnb .sub_menu{display:none; position:static;left:0px;top:72px; width:100%; border:0; border-top:1px solid #e5e5e5;}
	#gnb .sub_menu>li{border-bottom:1px solid #e5e5e5; }
	#gnb .sub_menu>li:last-child{border:0;}
	#gnb .sub_menu>li>a{display:block; position:relative; width:100%; height:60px; padding:22px 35px 0 20px; background-color:#f7f7f7; color:#4e4e4e; font-size:17px;}
	#gnb .sub_menu>li>a:after{content:""; position:absolute;right:20px;top:22px; width:8px; height:14px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu>li:hover>a,
	#gnb .sub_menu>li:action>a{color:#2575dd;}
	#gnb .sub_menu>li:hover>a:after{background-position:0px -50px;}

	#gnb .sub_menu2 ul a{display:block; position:relative; color:#4e4e4e; font-size:17px; padding:22px 35px 0 20px; height:60px; border-top:1px solid #e5e5e5; background-color:#eee;}
	#gnb .sub_menu2 ul a:after{content:""; position:absolute;right:20px;top:22px; width:8px; height:14px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu2 ul a:hover:after{background-position:0px -50px;}

	#gnb .top_link{position:relative; padding:28px 0 0; height:73px; background-color:#fff; z-index:1000; text-align:center; border-bottom:1px solid #e5e5e5;}
	#gnb .top_link a{display:block; color:#5b728d; font-size:18px; padding-left:20px;}
	#gnb .top_link a:before{display:none;}
	#gnb .top_link .ico-arrow{display:inline-block; width:8px; height:13px; margin-left:12px; background-image:url(./images/icons_768.png); background-position:-100px -50px; background-size:300px auto;}

	/*ces2016 변경전*/
	#content_wrap{margin-top:73px;}
	/*#content_wrap{margin-top:30px;}*/
	#header h1{z-index:1002;}

	#header h1.module,
	#gnb.module,
	#header .mobile_btn button.module,
	#header .top_search.module{position:absolute;}
}

@media (max-width:768px){
	#header{height:58px;}
	#header h1{height:58px; padding:14px 0 0 16px;}
	#header h1 img{width:86px; vertical-align:top;}

	#header .mobile_btn{display:block;}
	#header .mobile_btn button{width:56px; height:58px; }
	#header .mobile_btn button:after{background-size:300px auto;}
	#header .btn_gnb_search{right:132px; }
	#header .btn_gnb_search:after{left:18px;top:20px; width:22px; height:22px; background-position:0 0;}
	#header .btn_gnb_search:active:after,
	#header .btn_gnb_search.select:after{background-position:-50px 0;}

	#header .btn_gnb_open{right:76px; background-position:0 0;}
	#header .btn_gnb_open:after{left:18px;top:20px; width:22px; height:22px; background-position:-150px 0;}
	#header .btn_gnb_open:active:after,
	#header .btn_gnb_open.select:after{background-position:-150px -50px;}

	#header .top_search{top:58px; padding:17px 20px;}
	#header .top_search .srh_box{height:54px; border-width:4px;}
	#header .top_search input[type="text"]{padding:6px 50px 6px 15px; font-size:23px;}
	#header .top_search .btn_search{width:50px; background:url(./images/icons_768.png) no-repeat -85px 12px; background-size:300px auto;}

	#gnb .main{padding-top:58px;}
	#gnb .main>li>a{height:58px; padding:19px 6px 0; font-size:18px;}
	#gnb .sub_menu{top:72px;}
	#gnb .sub_menu>li>a{height:48px; padding:17px 17px 0 16px; font-size:14px;}
	#gnb .sub_menu>li>a:after{right:16px;top:15px; width:8px; height:14px; background-image:url(./images/icons_768.png); background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu>li:hover>a:after{background-position:0px -50px;}

	#gnb .sub_menu2>a:after{background:none !important;}
	#gnb .sub_menu2>a:hover{color:#4e4e4e !important;}

	#gnb .sub_menu2 ul a{font-size:14px; padding:17px 17px 0 20px; height:48px;}
	#gnb .sub_menu2 ul a:after{right:16px;top:15px; width:8px; height:14px; background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu2 ul a:hover:after{background-position:0px -50px;}

	#gnb .top_link{padding:18px 24px 0 12px; height:58px;}
	#gnb .top_link a{font-size:18px; padding-left:20px;}
	#gnb .top_link .ico-arrow{width:8px; height:13px; margin-left:12px; background-position:-100px -50px; background-size:300px auto;}

	#content_wrap{margin-top:58px;}
}
@media (max-width:480px) {
/*
	#header{height:73px;}
	#header h1{height:73px; padding:18px 0 0 20px;}
	#header h1 img{width:107px; vertical-align:top;}

	#header .mobile_btn{display:block;}
	#header .mobile_btn button{width:72px; height:73px; }
	#header .mobile_btn button:after{background-size:300px auto;}
	#header .btn_gnb_search{right:72px; }
	#header .btn_gnb_search:after{left:25px;top:26px; width:22px; height:22px; background-position:0 0;}
	#header .btn_gnb_search:active:after,
	#header .btn_gnb_search.select:after{background-position:-50px 0;}

	#header .btn_gnb_open:after{left:25px;top:26px; width:22px; height:22px; background-position:-150px 0;}
	#header .btn_gnb_open:active:after,
	#header .btn_gnb_open.select:after{background-position:-150px -50px;}

	#header .top_search{top:73px; padding:17px 20px;}
	#header .top_search .srh_box{height:54px; border-width:4px;}
	#header .top_search input[type="text"]{padding:6px 50px 6px 15px; font-size:23px;}
	#header .top_search .btn_search{width:50px; background:url(./images/icons_768.png) no-repeat -85px 12px; background-size:300px auto;}

	#gnb .main{padding-top:73px;}
	#gnb .main>li>a{height:72px; padding:24px 20px 0; font-size:23px;}
	#gnb .sub_menu>li>a{height:60px; padding:22px 35px 0 20px; background-color:#f7f7f7; color:#4e4e4e; font-size:17px;}
	#gnb .sub_menu>li>a:after{right:20px;top:22px; width:8px; height:14px; background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu>li:hover>a:after{background-position:0px -50px;}

	#gnb .sub_menu2 ul a{font-size:17px; padding:22px 35px 0 30px; height:60px;}
	#gnb .sub_menu2 ul a:after{right:20px;top:22px; width:8px; height:14px; background-position:-50px -50px; background-size:300px auto;}
	#gnb .sub_menu2 ul a:hover:after{background-position:0px -50px;}

	#gnb .top_link{position:relative; padding:24px 0 0; height:73px;}
	#gnb .top_link a{font-size:23px; padding-left:20px;}
	#gnb .top_link .ico-arrow{width:8px; height:13px; margin-left:12px; background-position:-100px -50px; background-size:300px auto;}

	#content_wrap{margin-top:73px;}
*/
}

/*KV*/
#kv_area{position:relative; width:100%; height:408px;}
#kv_area .kv_main{float:left; width:67%; height:100%;}
#kv_area .kv_swipe{overflow:hidden; visibility:hidden; position:relative; width:100%; height:100%;}
#kv_area .kv_swipe ul{position:relative; height:100%;}
#kv_area .kv_swipe li{position:relative; overflow:hidden; float:left; height:100%;}
#kv_area .kv_swipe a{display:block; width:100%; height:100%; background-size:cover; background-position:center center;}
#kv_area .kv_swipe .inner{display:block; position:relative; width:100%; height:100%; background:url(./images/kv_main_shadow.png) repeat-x; background-size:auto 100%;}
/*#kv_area .kv_swipe .inner .title{
	position:absolute;left:0px;bottom:20px; padding:0 48px; width:100%; height:72px; z-index:3;
	font-size:32px; line-height:36px; color:#fff; text-shadow:0px 0px 5px #000;  letter-spacing:0; word-spacing:0; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;
	display: -webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;
	transition:400ms;-webkit-transition:400ms; -ms-transition:400ms; -moz-transition:400ms;
}*/
#kv_area .kv_swipe .inner .title{
	position:absolute;left:0px;bottom:20px; padding:0 48px; width:100%; height:72px; font-size:32px; letter-spacing:0;
	line-height:36px; color:#fff; text-shadow:0px 0px 5px #000; overflow:hidden; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;
	z-index:3; transition:400ms;-webkit-transition:400ms; -ms-transition:400ms; -moz-transition:400ms;}
#kv_area .kv_swipe .inner .ico-play{display:block; position:absolute;left:50%;top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0 0; font-size:0; z-index:2;}
#kv_area .kv_swipe .inner:hover .ico-play{background-position:-50px 0;}
#kv_area .kv_swipe .inner:hover .title{bottom:26px;}
#kv_area .btn_group{position:absolute;left:48px;bottom:112px; height:10px;}
#kv_area .btn_group .btn_navi,
#kv_area .btn_group .btn_page{display:inline-block; height:10px;}
#kv_area .btn_group .btn_navi button{vertical-align:top; display:inline-block; width:14px; height:12px; margin-right:2px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; font-size:0;}
#kv_area .btn_group .btn_navi .btn_stop{background-position:0 -150px;}
#kv_area .btn_group .btn_navi .btn_play{display:none; background-position:-50px -150px;}
#kv_area .btn_group .btn_page button{margin-top:1px; margin-right:8px;}

#kv_area .kv_small{float:right; width:33%; height:100%;}
#kv_area .kv_small ul{width:100%; height:100%;}
#kv_area .kv_small li{position:relative; width:100%; height:50%;}
#kv_area .kv_small a{display:block; width:100%; height:100%; background-size:cover; background-position:center center;}
#kv_area .kv_small .inner{width:100%; height:100%; background-image:url(./images/kv_small_shadow.png); background-repeat:repeat-x; background-size:auto 100%;}
#kv_area .kv_small .inner .title{position:absolute;left:0;bottom:20px; padding:0 20px; font-size:20px; color:#fff; text-shadow:0px 0px 3px #000; display:block; overflow:hidden;width:100%; height:52px; font-family:'SamsungIFRg', Arial, sans-serif; letter-spacing:0.02em; word-spacing:0.02em;}
#kv_area .kv_small .inner:hover{background-image:url(./images/kv_small_shadow_hover.png);}
#kv_area .kv_small .inner:hover .title{bottom:26px;}
#kv_area .kv_small .inner,
#kv_area .kv_small .inner .title,
#kv_area .kv_small .inner:hover,
#kv_area .kv_small .inner:hover .title{transition:400ms;-webkit-transition:400ms; -ms-transition:400ms; -moz-transition:400ms;}

#kv_area .play_area{display:none; position:absolute;left:0;top:0; width:640px; height:360px; padding-top:40px; background-color:#000; z-index:3001;}
#kv_area .play_area .btn_vod_close{position:absolute;right:10px; top:10px; width:16px; height:17px; background:url(./images/btn_x.png) no-repeat; font-size:0;}
#kv_area .play_area iframe{width:100%; height:100%; border:0;}

@media (max-width:1279px) {
	#kv_area .kv_swipe .inner .title{padding:0 32px;}
	#kv_area .btn_group{left:32px;}
}

@media (max-width:768px) {
	#kv_area{height:auto;}
	#kv_area .kv_main{float:none; position:relative; width:100%; height:auto;}
	#kv_area .kv_swipe .inner .title{bottom:20px; padding:0 16px; height:52px; font-size:24px; line-height:26px;}
	#kv_area .kv_swipe .inner:hover .title{bottom:23px;}

	#kv_area .btn_group{left:16px; bottom:80px;}
	#kv_area .btn_page button{background:none; width:9px; height:9px; margin-right:5px; border-radius:50%; border:1px solid #a1a1a1; background-color:#000; vertical-align:top; margin-top:0 !important;}
	#kv_area .btn_page .btn_on{border-radius:0; background-color:#fff; border:1px solid #000;}

	#kv_area .btn_group .btn_navi,
	#kv_area .btn_group .btn_page{display:inline-block; height:9px;}
	#kv_area .btn_group .btn_navi button{vertical-align:top; display:inline-block; width:9px; height:9px; margin-right:4px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-size:300px auto; font-size:0;}
	#kv_area .btn_group .btn_navi .btn_stop{background-position:-200px -100px;}
	#kv_area .btn_group .btn_navi .btn_play{display:none; background-position:-250px -100px;}
	#kv_area .btn_group .btn_page button{margin-right:5px;}

	#kv_area .kv_small{float:none; width:100%; height:auto; padding:16px 16px 0;}
	#kv_area .kv_small li{margin-bottom:10px;}
	#kv_area .kv_small li:last-child{margin:0;}
	#kv_area .kv_small .inner .title{font-size:18px; line-height:22px; height:44px;}
}
@media (max-width:600px) {
/*	#kv_area .kv_swipe .inner .title{bottom:20px; padding:0 20px; height:68px; font-size:30px; line-height:34px;}
	#kv_area .kv_swipe .inner:hover .title{bottom:26px;}

	#kv_area .btn_group{left:20px; bottom:90px;}
	#kv_area .btn_page button{width:9px; height:9px;}
	#kv_area .btn_group .btn_navi,
	#kv_area .btn_group .btn_page{display:inline-block; height:9px;}
	#kv_area .btn_group .btn_navi button{vertical-align:top; display:inline-block; width:9px; height:9px; margin-right:6px; background-size:300px auto;}
	#kv_area .btn_group .btn_navi .btn_stop{background-position:-200px -100px;}
	#kv_area .btn_group .btn_navi .btn_play{display:none; background-position:-250px -100px;}
	#kv_area .btn_group .btn_page button{margin-top:0; margin-right:8px;}

	#kv_area .kv_small{padding:20px 20px 0;}
	#kv_area .kv_small .inner .title{font-size:23px; line-height:26px; height:52px;}
*/
}

/*Common*/
#container{position:relative; overflow:hidden; width:100%; clear:both;}
#content{float:left; width:67%; padding:0 48px;}
#content.single{padding-left:0;}

.date{font-size:13px; color:#5b728d; }

.btn_page button{display:inline-block; width:10px; height:10px; margin-right:6px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-100px -150px; font-size:0; vertical-align:top;}
.btn_page button.btn_on{background-position:-150px -150px;}

.main_page .btn_board_more{position:absolute;right:0;top:45px; width:27px; height:26px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0px -50px; font-size:0;}
.main_page .btn_board_more:hover{background-position:-50px -50px;}
.main_title{padding:48px 0 10px; line-height:1; font-size:23px; letter-spacing:0em; word-spacing:0;}
h1, h2, h3, h4, h5, strong, dt{font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}

	.list_banner{position:relative; width:100%;margin-top:8px;margin-bottom:58px; }
	.list_banner img{width:100%;}
	.list_banner .desc{position:absolute;top:0;left:0;padding:40px;width:100%;height:100%;}
	.list_banner .desc .title{overflow:hidden; display:block; width:100%;height:100%;font-size:26px; color:#fff;}
	.list_banner .desc .date{color:#fff;}

	@media (max-width:1282px) {
		#wrapper{border:0;}
	}
	@media (max-width:1279px) {
		#content{padding:0 32px;}
		#content.single{padding-left:0;}
		.list_banner .desc{padding:35px;}
		.main_title{padding:32px 0 10px;}
		.main_page .btn_board_more{top:30px;}
		.list_banner .desc .title{font-size:23px;}
	}

	@media (max-width:1024px) { /* 160203 list banner 추가*/
		.list_banner .desc .title{font-size:19px;}
		.list_banner .desc{padding:28px;}
		.list_banner {margin-top:5px;margin-bottom:56px;}
	}

	@media (max-width:880px) {
		.list_banner .desc .title{font-size:16px;}
	}

	@media (max-width:768px) {
		#content{float:none; width:100%; padding:0 16px;}
		#content.single{padding-left:0;}
		.main_title{padding:5px 0 10px; margin-top:40px; line-height:1; font-size:23px;}
		.main_page .btn_board_more{top:0; width:30px; height:30px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-250px 0px; background-size:300px auto;}
		.main_page .btn_board_more:hover{background-position:-250px 0px;}

		.list_banner {height:380px;}
		.list_banner img{height:100%;}
		.list_banner .desc{padding:50px;}
		.list_banner .desc .title{font-size:30px;}
		.list_banner .desc .date{font-size:12px;}
	}
	@media (max-width:480px) {
	/*	#content{padding:0 20px;}
		.main_title{padding:0px 0 10px; margin-top:40px; line-height:1; font-size:23px; letter-spacing:0;}
		.main_page .btn_board_more{top:-5px; width:30px; height:30px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-250px 0px; background-size:300px auto;}
		.main_page .btn_board_more:hover{background-position:-250px 0px;}

		.list_banner .desc .title{max-height:60px; font-size:24px;}
		.list_banner .desc .date{font-size:13px;}
	*/

	.list_banner {height:238px;}
	.list_banner .desc{padding:30px;}
	.list_banner .desc .title{font-size:20px;}
	}
	@media (max-width:400px) {
	/*	.list_banner .desc .title{max-height:30px;}*/
	.list_banner .desc .title{font-size:16px;}

	}


/*Banner*/
#content .banner_area{width:33%; position:absolute; right:0; top:0; padding-right:48px;}
.banner_area a{display:block; width:100%; margin-bottom:10px;}
.banner_area a img{width:100%;}
#content .banner_area a:first-child{margin-top:82px;}
.banner_area .banner_newsletter{width:100%; height:82px; background:url(./images/banner_newsletter.png) no-repeat 15% bottom; background-size:auto 100%; border:4px solid #e5e5e5; margin-top:38px; color:#4e4e4e; font-size:22px; text-align:center; font-family:'SamsungIFBlk', Arial, sans-serif;}
#side .banner_area{padding-top:48px;}
@media (max-width:1279px) {
	#content .banner_area{padding-right:32px;}
	#content .banner_area a:first-child{margin-top:66px;}
	#side .banner_area{padding-top:32px;}
}
@media (max-width:1024px) {
	.banner_area .banner_newsletter{height:65px; font-size:18px;}
}
@media (max-width:880px) {
	.banner_area .banner_newsletter{height:60px; font-size:14px;}
}
@media (max-width:768px) {
	#content .banner_area{width:100%; position:static; right:0; top:0; padding-right:0px;}
	.banner_area a{display:block; width:100%; margin-bottom:16px;}
	.banner_area a img{width:100%;}
	.banner_area a:first-child{margin-top:0px;}
	.banner_area .banner_newsletter{margin-top:0px; height:160px; background:url(./images/banner_newsletter_768.png) no-repeat 15% bottom; background-size:auto 100%; font-size:40px;}
	#side .banner_area a{margin-bottom:30px;}
}
@media (max-width:660px) {
	.banner_area .banner_newsletter{height:120px; font-size:30px;}
}
@media (max-width:480px) {
	.banner_area a{display:block; width:100%; margin-bottom:16px;}
	#side .banner_area a{margin-bottom:16px;}
	.banner_area .banner_newsletter{height:100px; font-size:26px;}
}
@media (max-width:400px) {
	.banner_area .banner_newsletter{height:78px; font-size:22px;}
}
@media (max-width:360px) {
	.banner_area .banner_newsletter{height:60px; font-size:20px;}
}


/*Select box*/
#content .group_select{position:absolute;right:0;top:0; text-align:right; }
.select_box{position:relative; display:inline-block; padding-left:4px;}
.select_box .active{position:relative; display:inline-block; width:120px; height:34px; padding:7px 34px 6px 12px; border:1px solid #ccc; font-size:15px; color:#363636; text-align:left;}
.select_box .active:after{content:""; position:absolute;right:10px;top:50%; width:7px; height:4px; margin-top:-2px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-50px -100px;}
.select_box .active.on:after{background-position:0px -100px;}
.select_box ul{display:none; position:absolute;right:0;top:33px; width:120px; padding:6px 0; border:1px solid #ccc; text-align:left; background-color:#fff; z-index:100; }
.select_box li a{display:block; padding:6px 0 6px 12px; font-size:15px; color:#363636;}


@media (max-width:768px) {
	.select_box .active{position:relative; display:inline-block; width:110px; height:40px; padding:10px 40px 3px 10px; font-size:14px; }
	.select_box .active:after{right:15px;top:50%; width:9px; height:5px; margin-top:-2px; background-image:url(./images/icons_768.png); background-position:-200px -50px; background-size:300px auto;}
	.select_box .active.on:after{background-position:-200px -0px;}
	.select_box ul{display:none; position:absolute;right:0;top:39px; width:110px; padding:10px 0; z-index:10; }
	.select_box li a{display:block; padding:5px 0 5px 10px; font-size:14px;}
}
/*
@media (max-width:480px) {
	.select_box .active{width:120px; height:40px; padding:8px 40px 6px 20px; font-size:17px; }
	.select_box .active:after{right:15px;top:50%; width:9px; height:5px; margin-top:-3px; background-position:-200px -50px; background-size:300px auto;}
	.select_box .active.on:after{background-position:-200px -0px;}
	.select_box ul{display:none; position:absolute;right:0;top:39px; width:120px; padding:10px 0; z-index:10; }
	.select_box li a{display:block; padding:10px 0 10px 20px; font-size:17px;}
}
*/
/*Page*/
.paging li{display:inline-block; vertical-align:top;}
.paging a{display:block; width:30px; height:30px; border:1px solid #eaeaea; margin:0 2px; font-size:12px; color:#47546e; font-weight:bold; text-align:center; line-height:2.4; }
.paging .on{color:#fff; background-color:#3a83e0; border-color:#3a83e0;}
.paging .page_prev,
.paging .page_next{font-size:0; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; line-height:1;}
.paging .page_prev{background-position:-238px -89px;}
.paging .page_next{background-position:-288px -89px;}
.paging .mobile_view{display:none;}

/*
@media (max-width:768px) {
	.paging a{display:block; width:80px; height:80px; border:1px solid #eaeaea; color:#47546e;  }
	.paging .on{color:#fff; background-color:#3a83e0; border-color:#3a83e0;}
	.paging .page_prev,
	.paging .page_next{font-size:0; background-image:url(./images/icons_768.png); background-repeat:no-repeat;}
	.paging .page_prev{background-position:30px -170px;}
	.paging .page_next{background-position:-66px -170px;}
	.paging li{display:none;}
	.paging li:first-child,
	.paging li:last-child,
	.paging .mobile_view{display:inline-block;}
	.paging .mobile_view{width:200px; height:80px; border:1px solid #eaeaea; color:#47546e; font-size:32px; line-height:2.5; font-family:'SamsungIFBd', Arial, sans-serif; color:#47546e;}
	.paging .mobile_view .on{background-color:#fff; color:#47546e; }
}
*/
@media (max-width:768px) {
	.paging a{display:block; width:40px; height:40px; border:1px solid #eaeaea; color:#47546e;  }
	.paging .on{color:#fff; background-color:#3a83e0; border-color:#3a83e0;}
	.paging .page_prev,
	.paging .page_next{font-size:0; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-size:300px auto;}
	.paging .page_prev{background-position:15px -85px;}
	.paging .page_next{background-position:-33px -85px;}
	.paging li{display:none;}
	.paging li:first-child,
	.paging li:last-child,
	.paging .mobile_view{display:inline-block;}
	.paging .mobile_view{width:130px; height:40px; border:1px solid #eaeaea; color:#47546e; font-size:16px; line-height:2.5; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; color:#47546e;}
	.paging .mobile_view .on{background-color:#fff; color:#47546e; }
}

/*Board*/
.inner .title{font-family:Arial, sans-serif;}
.board_main{position:relative;}
.board_main .item li{float:left; width:50%; vertical-align:top; padding-bottom:10px; }
.board_main .item li:nth-child(odd){padding-right:9px;}
.board_main .item li:nth-child(even){padding-left:9px;}
.board_main .inner{box-shadow:3px 3px 5px rgba(0,0,0,0.05); border:1px solid #e5e5e5;}
.board_main .inner .thumb{overflow:hidden; display:block; position:relative; width:100%; height:172px;}
.board_main .inner .thumb img{width:100%;}
.board_main .inner .thumb .ico-play{display:block; position:absolute;left:50%;top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0 0; font-size:0;}
.board_main .inner .desc{display:block; padding:18px 20px 16px; font-size:18px;  border-top:none; color:#363636;}
.board_main .inner .desc .title{display:block; overflow:hidden;width:100%;height:46px; font-size:18px; color:#363636;}
.board_main .inner .desc .meta{display:block; padding-top:12px; vertical-align:top;}
.board_main .inner .desc .nation{font-size:13px; color:#5b728d; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
.board_main .inner .desc .nation:after{content:"|";  color:#ccc; margin:0 6px 0 10px;}
.board_main .inner:hover{border-color:#90d4ee;}
.board_main .inner:hover .desc{color:#2575dd;}
.board_main .inner:hover .title{color:#2575dd;}
.board_main .paging{padding:26px 0 36px; width:100%; text-align:center;}
.board_main .tip_box{padding:25px 20px; margin-bottom:10px; font-size:14px; color:#4e4e4e; background-color:#f7f7f7;}
.board_main .tip_box strong{display:block; padding-bottom:5px;}

.board_most{position:relative; padding-top:43px; margin-top:39px;}
.board_most .board_line{display:none; padding-top:32px; border-top:1px solid #ccc;}
.board_most .board_recent{display:block;}
.board_most .item li{position:relative; width:100%; height:177px; min-height:145px; margin-bottom:10px; border:1px solid #e5e5e5; box-shadow:3px 3px 5px rgba(0,0,0,0.05);}
.board_most .thumb{position:absolute;left:0;top:0; width:50%; height:100%; padding-right:9px; z-index:5;}
.board_most .thumb .thumb_wrap{display:block; width:100%; height:100%; overflow:hidden;border-right:solid 1px #e5e5e5;}
.board_most .thumb img{width:100%;}
.board_most .thumb .ico-play{display:block; position:absolute;left:50%;top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0 0; font-size:0;}
.board_most .inner{position:relative; width:100%; height:100%; padding-left:50%;}
.board_most .inner .desc{position:relative; width:100%; height:100%; padding:18px 20px 16px 9px; letter-spacing:0.02em; word-spacing:0.02em;}
.board_most .inner .type{display:block; font-size:13px; color:#2575dd; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
.board_most .inner .title{display:block; overflow:hidden; height:69px;  font-size:18px; color:#000; color:#363636;}
.board_most .inner .date{position:absolute;left:9px;bottom:16px;}
.board_most .item li:hover{border-color:#90d4ee;}
.board_most .item li:hover .title{color:#2575dd;}
.board_most .title_most{position:absolute;top:0; height:44px; background-color:#fbfbfb; border:solid #ebebeb; text-align:center; padding:10px 0; font-size:21px; line-height:1; cursor:pointer; letter-spacing:0;word-spacing:0;}
.board_most .title_recent{left:0; width:169px; border-width:1px 1px 0 1px; border-bottom:1px solid #ccc;}
.board_most .title_popular{left:168px; width:181px; border-width:1px 1px 0 0px; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.board_most .title_recent.title_on{background-color:#fff; border-color:#ccc; border-bottom:none;}
.board_most .title_popular.title_on{background-color:#fff; border-color:#ccc; border-bottom:none;}
.board_most .paging{padding:26px 0 36px; width:100%; text-align:center;}

.board_news{position:relative; /*padding-top:43px; margin-top:36px;*/ margin-top:30px;}
.board_news .item li{position:relative; overflow:hidden; width:100%; height:143px; min-height:114px; margin-bottom:10px; box-shadow:3px 3px 5px rgba(0,0,0,0.05); border:1px solid #e5e5e5;}
.board_news .thumb{float:left; overflow:hidden; max-width:300px; width:39%; height:100%;border-right:solid 1px #e5e5e5}
.board_news .thumb img{width:100%; height:100%;}
.board_news .inner{float:left; position:relative; width:61%; height:100%; padding:15px 20px; letter-spacing:0.02em; word-spacing:0.02em;}
.board_news .inner .title{display:block; overflow:hidden; width:100%; max-height:69px; font-size:18px; color:#363636; }
.board_news .inner .meta{position:absolute;left:20px;bottom:15px; height:23px; overflow:hidden;}
.board_news .inner .meta span{font-size:13px; color:#5b728d; }
.board_news .inner .meta .by:before,
.board_news .inner .meta .nation:after{display:inline-block; content:"|"; padding:0 10px 0 6px; color:#ccc;}
.board_news .inner .meta .nation{font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
.board_news .inner .meta .nation:after{padding:0 6px 0 8px;font-family:'SamsungIFRg', Arial, sans-serif;}
.board_news .inner .type{font-size:13px; color:#2575dd;}
.board_news .paging{padding:26px 0 36px; width:100%; text-align:center;}
.board_news li:hover{border-color:#90d4ee;}
.board_news li:hover .inner .title{color:#2575dd;}

/* 섬네일없는 2016-02-12추가 */
.board_thumb_none{position:relative;}
.board_thumb_none .item li{position:relative; overflow:hidden; width:100%; height:125px; min-height:114px; margin-bottom:18px; box-shadow:3px 3px 5px rgba(0,0,0,0.05); border:1px solid #e5e5e5; border-left:0;}
.board_thumb_none .inner{width:100%; height:100%; border-left:3px solid #5b728d; padding:17px 20px 15px; letter-spacing:0.02em; word-spacing:0.02em;}
.board_thumb_none .inner .title{display:block; overflow:hidden; width:100%; max-height:69px; font-size:18px; color:#363636; }
.board_thumb_none .inner .meta{position:absolute;left:20px;bottom:15px; height:23px; overflow:hidden;}
.board_thumb_none .inner .meta span{font-size:13px; color:#5b728d; }
.board_thumb_none .inner .meta .by:before,
.board_thumb_none .inner .meta .nation:after{display:inline-block; content:"|"; padding:0 10px 0 6px; color:#ccc;}
.board_thumb_none .inner .meta .nation{font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
.board_thumb_none .inner .meta .nation:after{padding:0 6px 0 8px;font-family:'SamsungIFRg', Arial, sans-serif;}
.board_thumb_none .inner .type{font-size:13px; color:#2575dd;}
.board_thumb_none .paging{padding:26px 0 36px; width:100%; text-align:center;}
.board_thumb_none li:hover{border-color:#90d4ee;}
.board_thumb_none li:hover .inner .title{color:#2575dd;}

.resources_title_area{position:relative; /*margin-top:20px; height:44px;*/ height:30px;}
.resources_title_area h2{font-size:26px; padding-bottom:12px;}
.resources_title_area p{font-size:14px; padding-bottom:20px;}
.resources_title_area strong{display:block; padding-bottom:3px;}
.board_gallery{position:relative;}
.board_gallery .item li{float:left; width:50%; vertical-align:top; padding-bottom:18px; }
.board_gallery .item li:nth-child(odd){padding-right:9px;}
.board_gallery .item li:nth-child(even){padding-left:9px;}
.board_gallery .inner{box-shadow:3px 3px 5px rgba(0,0,0,0.02); border:1px solid #e5e5e5;}
.board_gallery .inner .thumb{overflow:hidden; display:block; position:relative; width:100%; height:177px; border-bottom:1px solid #e5e5e5;}
.board_gallery .inner .thumb img{width:100%; height:100%;}
.board_gallery .inner .thumb .ico-play{display:block; position:absolute;left:50%;top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0 0; font-size:0;}
.board_gallery .inner .desc{display:block; padding:15px 20px; font-size:18px; color:#363636; }
.board_gallery .inner .desc .title{display:block; overflow:hidden; width:100%; height:46px; margin-bottom:15px; }
.board_gallery .inner .desc .date{display:block;}
.board_gallery .inner:hover{border-color:#90d4ee;}
.board_gallery .inner:hover .title{color:#2575dd;}
.board_gallery .paging{padding:26px 0 36px; width:100%; text-align:center;}
.board_gallery .tip_box{padding:25px 20px; margin-bottom:10px; font-size:14px; color:#4e4e4e; background-color:#f7f7f7; }
.board_gallery .tip_box strong{display:block; padding-bottom:5px;}


@media (max-width:1279px) {
	.board_main .item li:nth-child(odd){padding-right:5px;}
	.board_main .item li:nth-child(even){padding-left:5px;}
	.board_most{margin-top:23px;}
	.board_swipe .btn_page{top:42px;}

	.board_news .inner{padding:12px 20px;}
	.board_news .inner .title{line-height:1.2; max-height:63px;}
	.board_news .inner .meta{bottom:12px;}

	.board_gallery .item li{padding-bottom:10px;}
	.board_gallery .item li:nth-child(odd){padding-right:5px;}
	.board_gallery .item li:nth-child(even){padding-left:5px;}
	.board_gallery .inner{box-shadow:3px 3px 5px rgba(0,0,0,0.02);}
	.board_gallery .inner .desc{padding:12px 20px;}
	.board_gallery .inner .desc .title{margin-bottom:12px;}

}

@media (max-width:1024px) {
	.board_news .item li{height:114px;}
	.board_news .thumb{float:none; overflow:hidden; width:240px; position:absolute;left:0;top:0;}
	.board_news .inner{float:none; width:auto; margin-left:-240px; padding:12px 20px 12px 500px; }
	.board_news .paging{padding:22px 0 32px; width:100%; text-align:center;}
	.board_news .inner .meta{left:500px;}
}
@media (max-width:768px) {
	.board_main .item li{float:none; width:100%; padding-bottom:0px;}
	.board_main .item li:nth-child(odd){padding-right:0px;}
	.board_main .item li:nth-child(even){padding-left:0px;}
	.board_main .inner{box-shadow:3px 3px 5px rgba(0,0,0,0.0); border:0;}
	.board_main .inner .desc{display:block; padding:10px 0px 30px; border:none;}
	.board_main .inner .desc .title{display:block; overflow:hidden;width:100%; height:40px; font-size:18px; line-height:20px;}
	.board_main .inner .desc .meta{display:block; padding-top:10px;}
	.board_main .inner .desc .date,
	.board_main .inner .desc .nation{font-size:12px;}

	.board_most{position:relative; padding-top:65px; margin-top:40px;}
	.board_most .board_line{border-top:0; padding:0;}
	.board_most .item li{position:relative; width:100%; height:auto; min-height:auto; margin-bottom:0px; box-shadow:3px 3px 5px rgba(0,0,0,0.0); border:0;}
	.board_most .thumb{position:relative;left:0;top:0; width:100%; height:100%; padding-right:0px;}
	.board_most .thumb .thumb_wrap{border-right:0;}
	.board_most .inner{position:relative; width:100%; height:100%; padding-left:0; border:none;}
	.board_most .inner .desc{position:relative; width:100%; height:100%; padding:10px 0px 48px;}
	.board_most .inner .type{font-size:12px; margin-bottom:10px;}
	.board_most .inner .title{height:44px; font-size:18px; line-height:22px; margin-bottom:0px;}
	.board_most .inner .date{position:static; font-size:12px;}

	.board_most .title_most{height:54px; padding:15px 0; font-size:23px;}
	.board_most .title_recent{left:0; width:50%;}
	.board_most .title_popular{left:50%; width:50%; margin-left:-1px;}
	.board_most .paging{padding:0 0 20px; width:100%; text-align:center;}

	.board_news{/*padding-top:103px; margin-top:60px;*/ margin-top:60px;}
	.board_news .item li{height:auto; min-height:auto; box-shadow:none;border:0; margin:0;}
	.board_news .thumb{position:static; display:block; max-width:768px; width:100%; height:100%;border:0;}
	.board_news .thumb img{height:auto;}
	.board_news .inner{width:100%; height:auto; padding:10px 0px 48px; border:0; margin:0;}
	.board_news .inner .title{font-size:18px; line-height:1.2em; max-height:44px}
	.board_news .inner .meta{position:static; height:auto; padding-top:10px;}
	.board_news .inner .meta span{font-size:12px;}
	.board_news .inner .type{font-size:12px;}
	.board_news .paging{padding:25px 0 30px;}

	/* 섬네일없는 2016-02-12추가 */
	.board_thumb_none{margin-top:30px;}
	.board_thumb_none .item li{height:auto; min-height:auto; box-shadow:none;border:0; margin:0;}
	.board_thumb_none .inner{width:100%; height:auto; padding:20px 0px; border:0; border-bottom:1px solid #ccc; margin:0;}
	.board_thumb_none .inner .title{font-size:18px; line-height:1.2em; max-height:65px; height:65px;}
	.board_thumb_none .inner .meta{position:static; height:auto; padding-top:10px;}
	.board_thumb_none .inner .meta span{font-size:12px;}
	.board_thumb_none .inner .type{font-size:12px;}
	.board_thumb_none .paging{padding:25px 0 30px;}

	.resources_title_area{height:/*103px;*/50px;}
	.board_gallery .item li{float:none; width:100%; vertical-align:top; padding-bottom:0px;}
	.board_gallery .item li:nth-child(odd){padding-right:0px;}
	.board_gallery .item li:nth-child(even){padding-left:0px;}
	.board_gallery .inner{box-shadow:3px 3px 5px rgba(0,0,0,0.0); border:0;}
	.board_gallery .inner .thumb{height:auto; border:0;}
	.board_gallery .inner .thumb img{height:auto;}
	.board_gallery .inner .thumb .ico-play{margin:-33px 0 0 -33px; width:65px; height:65px; background-image:url(./images/icons_768.png); background-position:0 -350px; background-size:300px auto;}
	.board_gallery .inner .desc{padding:10px 0px 30px; border:0; }
	.board_gallery .inner .desc .title{width:100%; font-size:18px; height:44px; line-height:22px; margin-bottom:8px; }
	.board_gallery .inner .desc .date{font-size:12px;}
	.board_gallery .paging{padding:25px 0 30px;}
	.board_gallery .tip_box{padding:20px 10px; margin-bottom:5px; font-size:14px;}

}
@media (max-width:480px) {
		.board_most .title_most{height:54px; padding:18px 0 0; font-size:18px;}
}

/*
@media (max-width:680px) {
	.board_most .title_most{height:68px; padding:20px 0; font-size:23px;}
}

@media (max-width:480px) {
	.board_main .inner .desc{display:block; padding:10px 0px 20px; font-size:23px; border:none;}
	.board_main .inner .desc .title{display:block; overflow:hidden;width:100%;height:56px; font-size:23px; line-height:28px;}
	.board_main .inner .desc .meta{display:block; padding-top:10px;}
	.board_main .inner .desc .date,
	.board_main .inner .desc .nation{font-size:16px;}

	.board_most .inner .desc{position:relative; width:100%; height:100%; padding:20px 0px 40px;}
	.board_most .inner .type{font-size:16px; margin-bottom:10px;}
	.board_most .inner .title{height:56px; font-size:23px; line-height:28px;}
	.board_most .inner .date{font-size:16px;}

	.board_news{position:relative; /*padding-top:63px; margin-top:40px;    margin-top:40px;}
	.board_news .inner{padding:15px 0px 40px;}
	.board_news .inner .title{font-size:23px; max-height:54px}
	.board_news .inner .meta{padding-top:10px;}
	.board_news .inner .meta span{font-size:16px;}
	.board_news .inner .type{font-size:16px;}
	.board_news .paging{padding:20px 0 30px;}

	.resources_title_area{/*height:63px;    height:40px;}
	.board_gallery .inner .thumb .ico-play{margin:-33px 0 0 -33px; width:66px; height:66px; background-position:0 -350px; background-size:300px auto;}
	.board_gallery .inner .desc{padding:20px 0px 40px; border:0; }
	.board_gallery .inner .desc .title{width:100%; font-size:23px; height:58px; margin-bottom:15px; }
	.board_gallery .inner .desc .date{font-size:16px;}
	.board_gallery .paging{padding:20px 0 30px;}
	.board_gallery .tip_box{padding:20px 10px; margin-bottom:10px; font-size:18px;}
}
*/

/*Detail*/
#content_detail{background:url(./images/side_detail_bg.jpg) repeat-y right 0; padding-right:7px; overflow:hidden;}
.route{padding:48px 0 10px; font-size:16px; color:#47546e; letter-spacing:0; word-spacing:0;}
.route .now{color:#2575dd;}
.content_view{padding:48px 48px 0;}
.content_view .route{padding-top:0;}
.content_view .title{font-size:48px; font-weight:normal; letter-spacing:-0.01em; word-spacing:0;}
.content_view .top_area{position:relative;  margin:10px 0 24px; min-height:35px;}
.content_view .top_area .meta{padding-right:160px;}
.content_view .top_area .meta span{display:inline-block; padding-top:8px; font-size:16px; color:#5b728d;}
.content_view .top_area .meta .meta-nation{padding:1px 3px; background-color:#2575dd; color:#fff; font-size:15px; margin-right:5px;}
.content_view .top_area .meta a{color:#5b728d;}
.content_view .top_area .hash{padding-top:8px; color:#2575dd; font-style:italic; font-size:16px; letter-spacing:0.01em; word-spacing:0.06em;}
.content_view .top_area .hash a{color:#2575dd;}
.content_view .top_area .hash a:hover{text-decoration:underline;}
.content_view .top_area .hash .title{display:inline-block; padding:0 14px 0 4px; margin-right:5px; background:#2575dd url(./images/tag_bg.jpg) no-repeat right center; background-size:auto 100%; color:#fff; font-size:14px;}
.single.photo .content_view .top_area .meta{padding-right:0px;}

#content_detail .btn_share{position:absolute;right:44px;top:0px; font-size:14px; color:#47546e; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; vertical-align:middle;}
#content_detail .btn_share:before{content:"|"; font-size:12px; font-family:Arial, sans-serif; margin-right:15px; color:#e6e6e6; vertical-align:middle;}
#content_detail .btn_share:after{content:""; display:inline-block; width:35px; height:35px; margin-left:6px; margin-top:2px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-400px -100px; vertical-align:middle;}
#content_detail .btn_share.on{color:#2575dd;}
#content_detail .btn_share.on:after{background-position:-450px -100px;}

/*2016-01-22 프린트버튼 추가*/
#content_detail .btn_print{position:absolute;right:0;top:2px; width:34px; height:34px; background:url(./images/icons_1920.png) no-repeat -100px -300px; font-size:0;}

#content_detail .sns_box{display:none; overflow:hidden; padding:20px 0; border-top:1px solid #e5e5e5;}
#content_detail .sns_box ul{float:left;}
#content_detail .sns_box li{float:left; padding-right:5px;}
#content_detail .sns_box li a{display:block; width:35px; height:35px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; font-size:0;}
#content_detail .sns_box .sns_tw{background-position:-0px -400px;}
#content_detail .sns_box .sns_fb{background-position:-50px -400px;}
#content_detail .sns_box .sns_gg{background-position:-100px -400px;}
#content_detail .sns_box .sns_in{background-position:-150px -400px;}
#content_detail .sns_box .sns_tb{background-position:-200px -400px;}
#content_detail .sns_box .sns_ig{background-position:-250px -400px;}
#content_detail .sns_box .sns_ne{background-position:-300px -400px;}
#content_detail .sns_box .sns_ka{background-position:-350px -400px;}
#content_detail .sns_box .sns_mail{background-position:-400px -400px;}
#content_detail .sns_box .http{float:right; width:172px; height:35px; padding-top:7px; border:1px solid #e5e5e5; text-align:center; font-size:14px; color:#464646;}

.content_view .text_cont{padding:0px 0 30px; color:#4e4e4e; letter-spacing:0.01em; word-spacing:0.06em;}
.content_view .text_cont img{display:block; width:100%; height:100%; padding-bottom:0;}
.content_view .text_cont h3{padding:0 0 20px; font-size:24px;}
.content_view .text_cont p{padding:0; font-size:18px; line-height:1.6;}
.content_view .text_cont a{color:#2575dd;word-wrap:break-word;}
.content_view .text_cont .point{color:#2575dd;}
.content_view .text_cont li{margin-left:25px; font-size:16px; padding-bottom:20px; line-height:1.4; list-style-type:disc;}

.content_view .text_cont table{display: block; width:100%; height: auto !important; margin:20px 0; border-collapse: collapse; text-align: left;display: block;}
.content_view .text_cont tr{border-bottom:1px solid #dfdfdf;}
.content_view .text_cont tr:nth-child(even){background-color:#f7f7f7;}

.content_view .text_cont .wp-caption-text{background-color:#f2f2f2; font-size:0.889em; padding:10px;}
.content_view .text_cont .wp-caption{max-width: 100% !important; width:auto !important;}

.content_view .youtube_wrap{position:relative; width:100%; padding-bottom:56.25%; margin-bottom:12px;}
.content_view .youtube_wrap iframe{position:absolute; width:100%; height:100%}

.content_view .img_cont{width:100%; padding:40px 0; background-color:#000;}
.content_view .img_cont .thumb{display:block; position:relative; width:373px; height:177px; margin:0 auto;}
.content_view .img_cont .thumb img{width:100%;}
.content_view .img_cont .thumb .ico-play{display:block; position:absolute;left:50%;top:50%; margin:-20px 0 0 -20px; width:40px; height:40px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0 0; font-size:0;}

.content_view .download{margin-top:20px; font-size:16px; border-top:1px solid #e5e5e5;}
.content_view .download strong{position:relative; display:block; padding:25px 0;}
.content_view .download .file_list{display:inline-block;}
.content_view .download .file_list a{display:block; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; text-transform:uppercase; font-size:16px; color:#47546e; margin-bottom:20px;}
.content_view .download .file_list a:before{content:""; display:inline-block; width:14px; height:12px; margin-right:5px; background:url(./images/icons_1920.png) no-repeat -50px -200px; }

/*2016-01-07 추가*/
.content_view .download_file{margin-top:20px; font-size:16px; border-top:1px solid #e5e5e5;}
.content_view .download_file strong {display:block; padding:30px 0 18px;} /* 2016-05-25 수정 */
.content_view .download_file strong.related {display:inline-block; padding:10px 0 18px;margin-top:20px;border-top:1px solid #2575dd;font-size:20px;} /* 2016-05-25 수정 */
.content_view .download_file .list_pdf li{position:relative; width:100%;margin-bottom:10px;} /* 2016-05-25 수정 */
.content_view .download_file .list_pdf a{font-size:14px; color:#47546e; word-break: break-all; padding: 14px 15px 14px 8px; display:block; margin-left:36px;font-style: italic;} /* 2016-05-25 수정 */
.content_view .download_file .list_pdf li:before{content:""; position:absolute;left:0;margin-top:-24px; top:50%;width:48px; height:40px; background:url(./images/icons_1920.png) no-repeat 16px -285px;}

.content_view .download_file .list_img{margin-right:-10px;}
.content_view .download_file .list_img li{float:left; width:25%; padding-right:10px; padding-bottom:10px;}
.content_view .download_file .list_img img{width:100%;}
.content_view .download_file .list_img .img_wrap {overflow:hidden;}
.content_view .download_file .list_img a{display:block; border:1px solid #ccc; font-size:14px; color:#47546e;}
.content_view .download_file .list_img .img_name{display:block; padding:8px 10px;border-top:1px solid #ccc}
.content_view .download_file .list_img .img_name span{display:block; overflow:hidden; height:48px; line-height:1.2;word-break:normal;}
.content_view .download_file .flicker_link:visited{color:#2575dd}


.content_view .download_file .list_link li{position:relative; width:100%;margin-bottom:20px;} /* 2016-05-25 수정 */
/*.content_view .download_file .list_link li:before{content:""; position:absolute;left:0;top:0;width:48px; height:40px; background:url(./images/icons_1920.png) no-repeat -35px -283px;}*/
/*.content_view .download_file .list_link .link_name:after{content:""; width:1px; height:100%; position:absolute; display:block; top:0; left:48px;background-color:#ccc; }
.content_view .download_file .list_link .link_name{display:block; font-size:14px; color:#47546e; word-break:normal;}*/
.content_view .download_file .list_link a{color:#3e85e1; font-size:18px; word-wrap:break-word;font-weight:bold;} /* 2016-05-25 수정 */
/*2016-01-07 끝*/

#content_detail .info_write{overflow:hidden; position:relative; padding:30px 48px; background-color:#f7f7f7; border-bottom:1px solid #e5e5e5;}
#content_detail .info_write .user_thumb{display:inline-block; overflow:hidden; width:42px; height:42px; border-radius:50%; margin-right:8px; vertical-align:middle;}
#content_detail .info_write .user_thumb img{width:100%;}

#content_detail .info_write .desc{display:inline-block; width:90%; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; vertical-align:middle;}
#content_detail .info_write .name{font-size:20px; color:#4e4e4e;}
#content_detail .info_write .name strong,
#content_detail .info_write .name strong a{color:#2575dd;}
#content_detail .info_write .company{display:block; font-size:14px; color:#47546e;}
#content_detail .info_write .link{font-size:14px; color:#2575dd;}
#content_detail .info_write .link .txt{display:inline-block; border-bottom:1px solid #2575dd;}
#content_detail .info_write .link .ico-arrow{display:inline-block; width:14px; height:9px; margin-left:3px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-350px -150px;}

#content_detail .content_btns{position:relative; padding:0 48px 20px; margin-top:32px;}
#content_detail .content_btns button{position:relative; height:32px; text-transform:uppercase; color:#fff; font-size:14px; text-align:left; vertical-align:top; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#content_detail .content_btns .btn_list{padding:0px 36px 0 16px; background-color:#7a899d; }
#content_detail .content_btns .btn_list:after{content:""; position:absolute;right:12px;top:11px; width:13px; height:11px; background-image:url(./images/icons_1920.png);background-repeat:no-repeat;background-position:-300px -200px; }
#content_detail .content_btns .btn_comment_box{position:absolute;left:50%;top:0px; width:210px; padding:0px 43px 0 15px; margin-left:-100px; background-color:#47546e;}
#content_detail .content_btns .btn_comment_box:after{content:""; position:absolute;right:12px;top:11px; width:15px; height:8px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat;background-position:-200px -200px;}
#content_detail .content_btns .btn_comment_box.on:after{background-position:-250px -200px;}

/*comment*/
#comment_box{border-top:2px solid #ccc;}
#comment_box .write_box{position:relative; margin:20px 48px 30px;}
#comment_box .write_box .count{display:block; height:50px; font-size:16px; letter-spacing:0; word-spacing:0;}
#comment_box .write_box .group_select{position:absolute;right:0;top:0;}
#comment_box .write_box .comment{display:block; width:100%; height:55px; padding:15px 20px; border:1px solid #e5e5e5; color:#464646; font-size:16px; resize:none;}

#comment_box .write_box .btn_write{width:100%; text-align:right; padding-top:10px;}
#comment_box .write_box .btn_write button{display:inline-block; position:relative; width:168px; height:32px; color:#fff; background-color:#47546e; padding:0px 0 0 16px; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; font-size:14px; text-align:left;}
#comment_box .write_box .btn_write button:after{content:""; position:absolute;right:12px;top:11px; width:11px; height:11px; background:url(./images/icons_1920.png) no-repeat -300px -150px;}

#comment_box .comment_list{padding:0 48px 10px; border-top:1px solid #e5e5e5;}
#comment_box .comment_list li{padding:24px 0 0; border-top:1px solid #e5e5e5;}
#comment_box .comment_list .dep1>li:first-child{border:0;}
#comment_box .comment_list .user_info{overflow:hidden; }
#comment_box .comment_list .user_info .thumb{overflow:hidden; float:left; width:42px; height:42px; border-radius:50%;}
#comment_box .comment_list .user_info .thumb img{width:100%;}
#comment_box .comment_list .user_info .inner{float:left; padding-left:8px; padding-top:3px;}
#comment_box .comment_list .user_info .name{font-size:16px; color:#4e4e4e; letter-spacing:0; word-spacing:0;}
#comment_box .comment_list .user_info .name .color{color:#2575dd;}
#comment_box .comment_list .user_info .date{display:block; font-size:14px; color:#5a728c;}
#comment_box .comment_list .desc{padding:0 0 24px 50px; font-size:16px; color:#4e4e4e;}
#comment_box .comment_list .desc p{padding:10px 0;  letter-spacing:0.02em; word-spacing:0.02em;}
#comment_box .comment_list .desc .btns a{color:#1b8de7;}
#comment_box .comment_list .desc .btns a:after{display:inline-block; content:"ㆍ"; padding-left:4px;}
#comment_box .comment_list .desc .btns a:last-child:after{content:""; padding:0;}
#comment_box .comment_list .dep2 li{margin-left:50px;}
#comment_box .comment_list .write_box{margin-right:0;}

#content_detail  .btn_go{border-top:1px solid #e6e6e6; padding-top:20px; text-align:right;}
#content_detail  .btn_go a{display:inline-block; position:relative; width:136px; height:32px; padding:7px 0 0 14px; background-color:#47546e; font-size:14px; color:#fff; text-align:left;}
#content_detail  .btn_go a:after{content:"";position:absolute;right:14px;top:50%; margin-top:-6px; width:6px; height:11px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-350px -200px; }


@media (max-width:1279px) {
	.route{padding:32px 0 10px;}
	.content_view{padding:32px 32px 0;}
	#content_detail .info_write{padding:30px 32px;}
	#content_detail .content_btns{padding:0 32px 20px;margin-top:30px;}
	#comment_box .write_box{margin:20px 32px 30px;}
	#comment_box .comment_list{padding:0 32px 10px;}
}

@media (max-width:1023px) {
	#content_detail .info_write .desc{width:70%;}
	#content_detail .btn_share{right:0;}
	#content_detail .btn_print{display:none;}
}

@media (max-width:900px) {
	#content_detail .content_btns .btn_comment_box{left:inherit; right:32px; }
}

@media (max-width:768px) {
	#content.single{padding:0;}
	#content_detail{background:0; padding-right:0px;}
	.route{font-size:14px; padding:16px 0 10px;}
	.content_view{padding:30px 16px 0 16px;}

	.content_view .title{font-size:30px;}
	.content_view .top_area{position:relative;  margin:20px 0px; min-height:40px;}
	.content_view .top_area .meta{padding-right:125px;}
	.content_view .top_area .meta span{padding-top:8px; font-size:16px;}
	.content_view .top_area .meta .meta-nation{padding:1px 3px; background-color:#2575dd; color:#fff; font-size:12px; margin-right:5px;}
	.content_view .top_area .hash{padding-top:8px; font-size:16px;}
	.content_view .top_area .hash .title{padding:0 10px 0 4px; margin-right:5px; font-size:14px;}

	#content_detail .btn_share{font-size:14px;}
	#content_detail .btn_share:before{content:""; display:inline-block; border-left:1px solid #e6e6e6; height:10px; margin-right:15px;}
	#content_detail .btn_share:after{width:40px; height:40px; margin-left:12px; background-image:url(./images/icons_768.png); background-position:0 -150px; background-size:300px auto;}
	#content_detail .btn_share.on:after{background-position:-50px -150px;}

	#content_detail .sns_box{display:none; overflow:hidden; padding:10px 0 24px; border-top:1px solid #e5e5e5; text-align:center;}
	#content_detail .sns_box ul{float:none;}
	#content_detail .sns_box li{float:none; display:inline; padding:0 5px;}
	#content_detail .sns_box li a{display:inline-block; width:41px; height:41px; background-image:url(./images/icons_768.png); background-size:300px auto;}
	#content_detail .sns_box .sns_tw{background-position:-0px -250px;}
	#content_detail .sns_box .sns_fb{background-position:-50px -250px;}
	#content_detail .sns_box .sns_gg{background-position:-100px -250px;}
	#content_detail .sns_box .sns_in{background-position:-150px -250px;}
	#content_detail .sns_box .sns_tb{background-position:-200px -250px;}
	#content_detail .sns_box .sns_mail{background-position:-250px -250px;}
	#content_detail .sns_box .http{float:none; width:90%; height:40px; padding:10px 5%; margin:15px auto 0; border:1px solid #e5e5e5; text-align:left; font-size:14px; }

	.content_view .text_cont{padding:0px 0 30px;}
	.content_view .text_cont img{display:block; width:100%; padding-bottom:0;}
	.content_view .text_cont h3{padding:0 0 20px; font-size:21px; }
	.content_view .text_cont p{padding:0; font-size:18px; line-height:1.6;}
	.content_view .text_cont li{margin-left:12px; font-size:16px; padding-bottom:20px;}

	.content_view .img_cont{padding:0px 0; background-color:#fff;}
	.content_view .img_cont .thumb{width:100%;}
	.content_view .img_cont .thumb .ico-play{margin:-33px 0 0 -33px; width:65px; height:65px; background-image:url(./images/icons_768.png); background-position:0 -350px; background-size:300px auto;}

	.content_view .download{margin-top:20px; font-size:14px;}
	.content_view .download strong{position:relative; display:block; padding:12px 0;}
	.content_view .download .file_list{display:inline-block;  }
	.content_view .download .file_list a{display:block;  font-size:12px; line-height:1; /*height:15px;*/ overflow:hidden; margin-bottom:10px; text-align:left;}
	.content_view .download .file_list a:before{content:""; display:inline-block; width:17px; height:13px; margin-right:8px; background:url(./images/icons_768.png) no-repeat -100px -150px; background-size:300px auto;}

	/*2016-01-07 추가*/
	.content_view .download_file strong{font-size:20px;}

	.content_view .download_file .list_pdf li{position:relative; width:100%; margin-bottom:10px;} /* 2016-05-25 수정 */
	.content_view .download_file .list_pdf a{font-size:15px; padding:16px 10px 16px 8px; margin-left:48px;} /* 2016-05-25 수정 */
	.content_view .download_file .list_pdf li:before{width:60px; top:50%; margin-top:-24px; height:40px; background:url(./images/icons_768.png) no-repeat 23px -434px; background-size:300px auto;}

	.content_view .download_file .list_img li{float:left; width:50%;}
	.content_view .download_file .list_img a{font-size:15px;}
	.content_view .download_file .list_img .img_name span{height:54px;}

	.content_view .download_file .list_link li{margin-bottom:10px;} /* 2016-05-25 수정 */
	/*.content_view .download_file .list_link li:before{width:60px; background:url(./images/icons_768.png) no-repeat -30px -430px; background-size:300px auto;}*/
	/*.content_view .download_file .list_link .link_name{display:block; font-size:14px; color:#47546e;}
	.content_view .download_file .list_link .link_name:after{left:60px; }*/
	.content_view .download_file .list_link a{color:#3e85e1; } /* 2016-05-25 수정 */
	/*2016-01-07 끝*/

	#content_detail .info_write{padding:15px 16px; margin-bottom:0;}
	#content_detail .info_write .desc{width:80%;}
	#content_detail .info_write .user_thumb{width:46px; height:46px; border-radius:50%; margin-right:10px; margin-top:0;}
	#content_detail .info_write .name{font-size:20px;}
	#content_detail .info_write .company{font-size:12px;}
	#content_detail .info_write .link{font-size:12px;}
	#content_detail .info_write .link .ico-arrow{width:9px; height:7px; margin-left:3px; background-image:url(./images/icons_768.png); background-position:-100px -200px; background-size:300px auto;}

	#content_detail .content_btns{position:relative; padding:0 16px 25px; overflow:hidden; margin-top:0;}
	#content_detail .content_btns button{height:40px; font-size:13px; margin-bottom:10px; margin-top:32px;}
	#content_detail .content_btns .btn_list{float:left; width:auto; padding:0px 26px 0 8px; background-color:#7a899d; }
	#content_detail .content_btns .btn_list:after{content:""; position:absolute;right:7px;top:15px; width:12px; height:10px; background-image:url(./images/icons_768.png); background-position:-150px -150px; background-size:300px auto;}
	#content_detail .content_btns .btn_comment_box{position:relative;left:0;top:0; float:right; width:auto; padding:0px 30px 0 8px; margin-left:-67px; background-color:#47546e; margin:0;}
	#content_detail .content_btns .btn_comment_box:after{content:""; position:absolute;right:7px;top:15px; width:16px; height:8px; background-image:url(./images/icons_768.png);background-position:-200px -150px; background-size:300px auto;}
	#content_detail .content_btns .btn_comment_box.on:after{background-position:-250px -150px;}

	/*comment*/
	#comment_box .write_box{margin:10px 16px 15px;}
	#comment_box .write_box .count{min-height:42px; padding-right:60px; padding-top:10px; font-size:20px; margin-bottom:15px;}
	#comment_box .write_box .group_select{position:absolute;right:0;top:0;}
	#comment_box .write_box .comment{height:53px; padding:8px 10px; font-size:15px;}
	#comment_box .write_box .btn_write{padding-top:10px;}
	#comment_box .write_box .btn_write button{width:auto; height:40px; padding:0px 40px 0 15px; font-size:15px;}
	#comment_box .write_box .btn_write button:after{right:15px;top:15px; width:10px; height:10px; background:url(./images/icons_768.png) no-repeat -0px -200px; background-size:300px auto;}
	#comment_box .comment_list{padding:0 16px 5px;}
	#comment_box .comment_list li{padding:24px 0 0; }
	#comment_box .comment_list .user_info .thumb{width:30px; height:30px; margin-top:5px;}
	#comment_box .comment_list .user_info .inner{float:left; padding-left:10px; padding-top:3px;}
	#comment_box .comment_list .user_info .name{font-size:16px; line-height:1;}
	#comment_box .comment_list .user_info .date{font-size:12px; line-height:1.3;}
	#comment_box .comment_list .desc{padding:0 0 24px 38px; font-size:16px;}
	#comment_box .comment_list .desc p{padding:10px 0;}
	#comment_box .comment_list .dep2 li{margin-left:38px;}

	#content_detail  .btn_go{padding-top:15px;}
	#content_detail  .btn_go a{width:120px; height:40px; padding:10px 0 0 16px; font-size:15px; }
	#content_detail  .btn_go a:after{right:16px;top:50%; margin-top:-6px; width:6px; height:11px; background-image:url(./images/icons_768.png); background-position:-0px -200px; background-size:300px auto;}

}
/*
@media (max-width:710px) {
	#content_detail .content_btns .btn_list,
	#content_detail .content_btns .btn_comment_box{float:none; display:block; text-align:left; left:0;}
	#content_detail .info_write .desc{width:70%;}
}

@media (max-width:480px) {
	#content.single{padding:0;}
	#content_detail{background:0; padding-right:0px;}
	.route{font-size:20px; padding:20px 0 10px;}
	.content_view{padding:40px 20px 30px 20px;}

	.content_view .title{font-size:37px;}
	.content_view .top_area{position:relative;  margin:20px 0 10px; min-height:60px;}
	.content_view .top_area .meta{padding-right:140px;}
	.content_view .top_area .meta span{padding-top:8px; font-size:20px;}
	.content_view .top_area .hash{padding-top:0px; font-size:20px;}
	.content_view .top_area .hash .title{padding:0 14px 0 4px; margin-right:5px; font-size:17px;}

	#content_detail .btn_share{font-size:18px;}
	#content_detail .btn_share:before{content:""; display:inline-block; border-left:1px solid #e6e6e6; height:14px; margin-right:20px;}
	#content_detail .btn_share:after{width:40px; height:40px; margin-left:12px; background-position:0 -150px; background-size:300px auto;}
	#content_detail .btn_share.on:after{background-position:-50px -150px;}

	#content_detail .sns_box{padding:20px 0;}
	#content_detail .sns_box li{padding:0 5px;}
	#content_detail .sns_box li a{display:inline-block; width:41px; height:41px; background-size:300px auto;}
	#content_detail .sns_box .sns_tw{background-position:-0px -250px;}
	#content_detail .sns_box .sns_fb{background-position:-50px -250px;}
	#content_detail .sns_box .sns_gg{background-position:-100px -250px;}
	#content_detail .sns_box .sns_in{background-position:-150px -250px;}
	#content_detail .sns_box .sns_tb{background-position:-200px -250px;}
	#content_detail .sns_box .sns_mail{background-position:-250px -250px;}
	#content_detail .sns_box .http{float:none; width:90%; height:40px; padding:8px 5%; margin:15px auto 0; border:1px solid #e5e5e5; text-align:left; font-size:18px; }

	.content_view .text_cont{padding:20px 0 30px;}
	.content_view .text_cont img{display:block; width:100%; padding-bottom:15px;}
	.content_view .text_cont h3{padding:0 0 20px; font-size:32px; }
	.content_view .text_cont p{padding:0 0 30px; font-size:22px; line-height:1.6;}
	.content_view .text_cont li{margin-left:15px; font-size:18px; padding-bottom:20px;}

	.content_view .img_cont .thumb .ico-play{margin:-33px 0 0 -33px; width:65px; height:65px; background-position:0 -350px; background-size:300px auto;}

	.content_view .download{margin-top:20px; font-size:23px;}
	.content_view .download strong{position:relative; display:block; padding:15px 0;}
	.content_view .download .file_list a{font-size:18px; margin-bottom:20px; height:20px;}
	.content_view .download .file_list a:before{width:17px; height:13px; margin-right:15px; background:url(./images/icons_768.png) no-repeat -100px -150px; background-size:300px auto; }

	#content_detail .info_write{padding:15px 20px; margin-bottom:30px;}
	#content_detail .info_write .desc{width:80%;}
	#content_detail .info_write .user_thumb{width:46px; height:46px; margin-right:10px;}
	#content_detail .info_write .name{font-size:25px;}
	#content_detail .info_write .company{font-size:15px;}
	#content_detail .info_write .link{font-size:15px;}
	#content_detail .info_write .link .ico-arrow{width:9px; height:7px; background-position:-100px -200px; background-size:300px auto;}

	#content_detail .content_btns{position:relative; padding:0 20px 20px; overflow:hidden; margin-top:30px;}
	#content_detail .content_btns button{height:40px; font-size:18px; margin-bottom:10px; }
	#content_detail .content_btns .btn_list{float:left; width:auto; padding:0px 40px 0 10px; background-color:#7a899d; }

	#content_detail .content_btns .btn_list:after{right:15px;top:15px; width:12px; height:10px; background-position:-150px -150px; background-size:300px auto; }
	#content_detail .content_btns .btn_comment_box{float:right; padding:0px 40px 0 15px; background-color:#47546e;}
	#content_detail .content_btns .btn_comment_box:after{right:12px;top:15px; width:16px; height:8px; background-position:-200px -150px; background-size:300px auto;}
	#content_detail .content_btns .btn_comment_box.on:after{background-position:-250px -150px;}

	#comment_box .write_box{margin:40px 20px 30px;}
	#comment_box .write_box .count{min-height:35px; padding-right:120px; padding-top:5px; font-size:23px; margin-bottom:10px;}
	#comment_box .write_box .group_select{position:absolute;right:0;top:0;}
	#comment_box .write_box .comment{height:70px; padding:15px 20px; font-size:20px;}
	#comment_box .write_box .btn_write{padding-top:10px;}
	#comment_box .write_box .btn_write button{width:auto; height:40px; padding:0px 40px 0 10px; font-size:18px;}
	#comment_box .write_box .btn_write button:after{right:15px;top:15px; width:10px; height:10px; background:url(./images/icons_768.png) no-repeat -0px -200px; background-size:300px auto;}
	#comment_box .comment_list{padding:0 20px 10px;}
	#comment_box .comment_list li{padding:20px 0 0; }
	#comment_box .comment_list .user_info .thumb{width:38px; height:38px; margin-top:5px;}
	#comment_box .comment_list .user_info .inner{float:left; padding-left:7px; padding-top:3px;}
	#comment_box .comment_list .user_info .name{font-size:20px; line-height:1;}
	#comment_box .comment_list .user_info .date{font-size:15px; line-height:1.3;}
	#comment_box .comment_list .desc{padding:0 0 20px 45px; font-size:20px;}
	#comment_box .comment_list .desc p{padding:20px 0;}
	#comment_box .comment_list .dep2 li{margin-left:45px;}

	#content_detail  .btn_go{padding-top:20px;}
	#content_detail  .btn_go a{width:140px; height:50px; padding:12px 0 0 20px; font-size:18px; }
	#content_detail  .btn_go a:after{right:20px;top:50%; margin-top:-6px; width:6px; height:11px; background-size:300px auto; background-position:-0px -200px; }

}
*/
@media (max-width:380px) {
	#content_detail .info_write .desc{width:70%;}
	#content_detail .sns_box li{float:none; display:inline; padding:0 0px;}
}

/*Side*/
#side{float:right; width:33%; padding-right:48px;}
.main_page #side{padding-top:500px;}
@media (max-width:1279px) {
	#side{padding-right:32px;}
}
@media (max-width:768px) {
	.main_page #side{float:none; width:100%; padding:0 16px; display:none;}

	#side{float:none; width:100%; padding:28px 16px 0; border-top:3px solid #e5e5e5;}
	#side .banner_area{padding-top:0;}
}
@media (max-width:600px) {
	/*.main_page #side{float:none; width:100%; padding:0 20px; display:none;}*/
}


/*Side : Board*/
.board_view{position:relative;}
.board_view li{padding-bottom:1px;}
.board_view li a{display:block; width:100%;  padding:15px 20px; background-color:#5b728d; color:#fff; letter-spacing:0.02em; word-spacing:0.02em;}
.board_view li a:hover{background-color:#2575dd;}
.board_view .title{display:block; overflow:hidden; width:100%; max-height:69px;}
.board_view .write{display:block; padding-top:15px; font-size:13px; }

.board_infograpics{position:relative;}
.board_infograpics .inner{border:1px solid #e5e5e5;}
.board_infograpics .thumb{display:block; width:100%; overflow:hidden;}
.board_infograpics .thumb img{width:100%;}
.board_infograpics .desc{padding:15px 20px; border-top:none; box-shadow:3px 3px 5px rgba(0,0,0,0.05); letter-spacing:0.02em; word-spacing:0.02em;}
.board_infograpics .desc .title{font-size:18px;display:block; overflow:hidden; width:100%; max-height:66px; color:#363636;}
.board_infograpics .desc .date{display:block; padding-top:15px;}
.board_infograpics .inner:hover{border-color:#90d4ee;}
.board_infograpics .inner:hover .desc{color:#2575dd;}
.board_infograpics .inner:hover .title{color:#2575dd;}

.board_swipe{position:relative; max-width:373px;}
.board_swipe .inner{overflow:hidden; visibility:hidden; position:relative;}
.board_swipe ul{position:relative;}
.board_swipe li{position:relative; overflow:hidden; float:left;}
.board_swipe a{position:relative; display:block; margin-bottom:4px;}
.board_swipe .thumb{display:block; width:100%; overflow:hidden;}
.board_swipe .thumb img{width:100%;}
.board_swipe .title{position:absolute;left:20px;top:15px; overflow:hidden; width:70%; height:20px; color:#fff; font-size:16px; text-shadow:0px 0px 5px #4e4e4e; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing:0.02em; word-spacing:0.02em;}
.board_swipe .shadow{position:absolute;left:0;top:0; width:100%; height:100%; background:url(./images/side_swipe_bg.png) repeat-x;}

.board_swipe .btn_group{position:absolute;right:0;top:56px; height:10px;}
.board_swipe .btn_group .btn_navi,
.board_swipe .btn_group .btn_page{display:inline-block; height:10px;}
.board_swipe .btn_group .btn_navi button{vertical-align:top; display:inline-block; width:14px; height:12px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; font-size:0;}
.board_swipe .btn_group .btn_navi .btn_stop{background-position:0 -150px;}
.board_swipe .btn_group .btn_navi .btn_play{display:none; background-position:-50px -150px;}
.board_swipe .btn_group .btn_page button{margin-top:1px; margin-right:8px;}

.board_swipe .ico_play{position:absolute;left:0;top:0; width:100%; height:100%; background:url(./images/ico_youtube_play.png) no-repeat center center;}
.board_photo a:hover .ico_hover{position:absolute;left:0;top:0; width:100%; height:100%; background:url(./images/ico_photo_hover.png) no-repeat center center;}
@media (max-width:1279px) {
	.board_swipe .btn_page{top:42px;}
	.board_swipe .btn_group{position:absolute;right:0;top:42px; height:10px;}
}

.board_related ul{border-bottom:1px solid #e6e6e6;}
.board_related li{overflow:hidden; padding:15px 0; border-top:1px solid #e6e6e6;}
.board_related .thumb{overflow:hidden; float:left; width:128px; height:61px; }
.board_related .thumb img{width:100%;}
.board_related .desc{padding:0 0 0 10px; font-size:15px; color:#47546e; display:-webkit-box;overflow:hidden; height:60px; letter-spacing:0.02em; word-spacing:0.02em;}

@media (max-width:768px) {
	.board_related .main_title{font-size:18px;}
	.board_related ul{border-bottom:0;}
	.board_related li{border:0; padding:0;}
.board_related .thumb{float:none; width:100%;height:auto;}
	.board_related .desc{float:none; width:100%; font-size:18px; padding:0; margin:10px 0 15px; height:74px;}
}
/*
@media (max-width:480px) {
	.board_related .main_title{font-size:23px;}
	.board_related .desc{font-size:23px; margin:10px 0 20px; height:87px;}
}
*/

/*result page*/
#search_result{position:relative; margin:48px 48px 0; height:100%; overflow:hidden; padding-bottom:110px;}
#search_result .category_list{float:left; width:22%;}
#search_result .category_list strong{display:block; width:100%; height:48px; padding:11px 0 0 16px; font-size:20px; background-color:#e5e5e5; color:#000;}
#search_result .category_list ul{border:solid #e6e6e6; border-width:0 1px; margin-bottom:10px; }
#search_result .category_list li{height:50px; padding:13px 0 0 16px; border-bottom:1px solid #e5e5e5;}
#search_result .category_list a{font-size:16px; color:#000;}
#search_result .category_list .on{color:#2575dd; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}

#search_result .result_title{height:46px; margin-bottom:32px; border-bottom:1px solid #e6e6e6; font-size:26px;}
#search_result .result_title .word{color:#2575dd;}

#search_result .result_area{float:left; width:78%;}
#search_result .result_area .result_wrap{padding-left:48px;}

#search_result .result_list{position:relative;}
#search_result .result_list:after {clear:both; content:""; display:block;}
#search_result .result_list .group_select{position:absolute;right:0;top:0;}
#search_result .result_list h3{height:44px; padding-top:6px; font-size:20px;}

#search_result .result_list .item li{overflow:hidden; position:relative; margin-bottom:18px; height:143px; max-height:143px; }
#search_result .result_list .thumb{float:left; width:34.2%; height:100%; }
#search_result .result_list .thumb img{width:100%;}
#search_result .result_list .inner{float:left; position:relative; width:65.8%; height:100%; padding:10px 20px; border:1px solid #e8e8e8; border-left:0;}
#search_result .result_list .inner .title{display:block; overflow:hidden; max-height:69px; font-size:18px; color:#363636;}
#search_result .result_list .inner .meta{position:absolute;left:20px;bottom:15px; }
#search_result .result_list .inner .meta span{display:inline-block; font-size:13px; color:#5b728d;}
#search_result .result_list .inner .meta .by:before{content:"|"; padding:0 10px 0 6px;}
#search_result .paging{padding:18px 0 36px; text-align:center;}

.buttom_search{width:100%; padding:36px 0;background-color:#f7f7f7; position:absolute; bottom:0;}
.result_btm_area{position:relative; width:330px; height:36px; border:2px solid #1b8de7; background-color:#fff; margin:0 auto; text-align:left;}
.result_btm_area input[type="text"]{width:292px; height:100%; padding:10px 15px; font-size:16px; color:#000; border:0;}
.result_btm_area button{position:absolute;right:0;top:0; width:38px; height:100%; background:url(./images/icons_1920.png) no-repeat -192px -94px; font-size:0;}

#search_result .result_none .desc{padding:180px 0; text-align:center;}
#search_result .result_none h3{font-size:26px;}
#search_result .result_none p{font-size:16px; padding:5px 0 30px; color:#4e4e4e;}

@media (max-width:1279px) {
	#search_result{margin:32px 32px 0;}
	#search_result .result_area .result_wrap{padding-left:32px;}
}

@media (max-width:1024px) {
	#search_result .category_list{float:none; position:absolute;left:0;top:0; width:200px;}
	#search_result .result_area{float:none; width:auto; margin-left:-200px; padding:0 0 0 400px;}
	#search_result .result_list .item li{height:114px;}
	#search_result .result_list .thumb{float:none; position:absolute;left:0;top:0; width:240px; height:100%; }
	#search_result .result_list .inner{float:none; width:auto; margin-left:-240px; padding:10px 20px 10px 500px; }
	#search_result .result_list .inner .meta{left:500px; bottom:10px;}
}

@media (max-width:768px) {
	#search_result{margin: 16px 16px 0;}
	#search_result .category_list{position:relative; width:100%;}
	#search_result .result_area{width:100%; margin-left:0px; padding:0px;}
	#search_result .result_area .result_wrap{padding-left:0px;}

	#search_result .category_list .group{position:relative; padding-bottom:10px;}
	#search_result .category_list .btn_tab{position:relative; height:54px; padding:15px 0 0 15px; font-size:18px; background-color:#fff; border:1px solid #e5e5e5; cursor:pointer;}
	#search_result .category_list .btn_tab:after{content:""; position:absolute;right:18px;top:25px; width:9px; height:5px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-200px -50px; background-size:300px auto;}
	#search_result .category_list .btn_tab.select:after{background-position:-200px -0px;}
	#search_result .category_list ul{display:none; position:absolute;left:0;top:54px; width:100%; background-color:#fff; z-index:3;}
	#search_result .category_list li{height:auto; padding:0; border:0;}
	#search_result .category_list a{display:block; width:100%; height:40px; padding:11px 0 0 15px; font-size:14px; border-bottom:1px solid #e5e5e5;}

	#search_result .result_area .result_title{display:none;}
	#search_result .result_list h3{height:53px; padding-top:3px; font-size:23px; margin-top:20px;}
	#search_result .result_list .item li{overflow:hidden; position:relative; margin-bottom:9px; height:auto; max-height:none; }

	#search_result .result_list .thumb{position:static; width:100%; display:block; }
	#search_result .result_list .inner{width:100%; margin-left:0px; padding:10px 0 20px; border:0; }
	#search_result .result_list .inner .title{font-size:18px; max-height:50px;}
	#search_result .result_list .inner .meta{position:static; padding-top:10px;}
	#search_result .result_list .inner .meta span{font-size:12px;}

	.buttom_search{padding:40px 16px;}
	.result_btm_area{position:relative; width:100%; height:40px; border:4px solid #1b8de7; }
	.result_btm_area input[type="text"]{width:100%; padding:0px 40px 0 18px; font-size:16px;}
	.result_btm_area button{width:40px; background:url(./images/icons_768.png) no-repeat -90px 5px; background-size:300px auto;}

	#search_result .result_title{font-size:23px; height:auto; padding-bottom:16px;}
	#search_result .result_none .desc{padding:120px 0;}
	#search_result .result_none h3{font-size:23px;}
	#search_result .result_none p{font-size:18px; padding:10px 0 40px;}

}
/*
@media (max-width:480px) {
	#search_result{margin:20px 20px 0;}
	#search_result .result_list h3{height:63px; padding-top:6px; font-size:23px; margin-top:40px;}

	#search_result .category_list .group{padding-bottom:10px;}
	#search_result .category_list .btn_tab{position:relative; height:68px; padding:20px 0 0 20px; font-size:23px; }
	#search_result .category_list .btn_tab:after{right:20px;top:32px; width:9px; height:5px; background-position:-200px -50px; background-size:300px auto;}
	#search_result .category_list .btn_tab.select:after{background-position:-200px -0px;}
	#search_result .category_list ul{top:68px;}
	#search_result .category_list a{height:60px; padding:18px 0 0 20px; font-size:20px;}

	#search_result .result_list .inner{padding:20px 0 20px;}
	#search_result .result_list .inner .title{font-size:23px; max-height:58px;}
	#search_result .result_list .inner .meta{position:static; padding-top:10px;}
	#search_result .result_list .inner .meta span{font-size:16px;}

	.buttom_search{padding:60px 20px;}
	.result_btm_area{position:relative; width:100%; height:52px; border:2px solid #1b8de7; }
	.result_btm_area input[type="text"]{width:100%; padding:0px 40px 0 20px; font-size:21px;}
	.result_btm_area button{width:40px; background:url(./images/icons_768.png) no-repeat -90px 10px; background-size:300px auto;}

	#search_result .result_title{font-size:30px; padding-bottom:20px;}
	#search_result .result_none .desc{padding:120px 0;}
	#search_result .result_none h3{font-size:23px;}
	#search_result .result_none p{font-size:18px; padding:10px 0 40px;}
}
*/

/*Button : Top*/
#btn_top{position:absolute;right:0;top:0px; width:80px; height:44px; padding:14px 0 0 15px; background:rgba(229,229,229,0.8); font-size:16px; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; color:#000; z-index:99;}
#btn_top:hover{background:rgba(229,229,229,1);}
#btn_top .top-arrow{display:inline-block; width:14px; height:8px; margin:5px 0 0 10px; background:url(./images/icons_1920.png) no-repeat -100px -100px; vertical-align:top;}
@media (max-width:768px) {
	#btn_top{display:none;}
}
/*footer*/
#footer{clear:both; padding:0 48px; border-top:1px solid #e6e6e6; }
#footer .top{float:right; width:60%; padding-top:28px; text-align:right;}
#footer .sns_link{display:inline-block; vertical-align:top;}
#footer .sns_link li{display:inline-block; padding:0 2px; vertical-align:top;}
#footer .sns_link a{display:block; width:39px; height:39px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; font-size:0; }
#footer .sns_link .sns_tw{background-position:-150px 0;}
#footer .sns_link .sns_tw:hover{background-position:-150px -50px;}
#footer .sns_link .sns_yt{background-position:-200px 0;}
#footer .sns_link .sns_yt:hover{background-position:-200px -50px;}
#footer .sns_link .sns_ld{background-position:-250px 0;}
#footer .sns_link .sns_ld:hover{background-position:-250px -50px;}
#footer .sns_link .sns_fk{background-position:-300px 0;}
#footer .sns_link .sns_fk:hover{background-position:-300px -50px;}
#footer .sns_link .sns_gg{background-position:-350px 0;}
#footer .sns_link .sns_gg:hover{background-position:-350px -50px;}
#footer .sns_link .sns_rss{background-position:-400px 0;}
#footer .sns_link .sns_rss:hover{background-position:-400px -50px;}
#footer .sns_link .sns_mail{background-position:-450px 0;}
#footer .sns_link .sns_mail:hover{background-position:-450px -50px;}

#footer .group_select{display:inline-block; vertical-align:top; }
#footer .group_select .select_link{display:inline-block; position:relative; width:126px; margin-left:10px;}
#footer .group_select .select_link .view{display:block; position:relative; width:100%; height:40px; padding:10px 0 0 16px; border:1px solid #d7d7d7; color:#000; text-align:left; font-size:15px; }
#footer .group_select .select_link .view:after{content:""; position:absolute;right:14px;top:17px; width:7px; height:4px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:0px -100px; vertical-align:top;}
#footer .group_select .select_link .view.on:after{background-position:-50px -100px;}
#footer .group_select .dropbox{display:none;position:absolute;left:0;bottom:39px; width:100%; padding:6px 0; background-color:#fff; border:1px solid #d7d7d7; z-index:100; }
#footer .group_select .dropbox a{display:block; padding:8px 0 8px 16px; color:#000; text-align:left; font-size:15px;}
#footer .group_select .dropbox a:hover{background-color:#2575dd; color:#fff;}

#footer .bottom{float:left; padding-top:24px;}
#footer .strong li{display:inline-block;}
#footer .strong li:after{content:"|"; padding:0 8px; color:#2575dd; font-family:Arial, sans-serif; font-size:12px;}
#footer .strong li:last-child:after{content:""; padding:0;}
#footer .strong a{font-size:15px; color:#2575dd; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#footer .strong a:hover{text-decoration:underline;}
#footer .terms{padding:8px 0;}
#footer .terms li{display:inline-block;}
#footer .terms li:after{content:"|"; padding:0 8px; font-size:12px;}
#footer .terms li:last-child:after{content:""; padding:0;}
#footer .terms a{font-size:15px; color:#47546e;}
#footer .terms a:hover{text-decoration:underline;}
#footer .copyright{padding-bottom:20px; font-size:14px; color:#47546e;}

.overlay{display:none; position:fixed;left:0;top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8); z-index:2000;}
.overlay.gnb{z-index:1000;}

@media (max-width:1279px) {
	#footer{padding:0 32px;}
	#footer .top{float:right; width:auto; padding-top:28px; text-align:right;}
	#footer .group_select{display:block; padding:16px 0 30px; }
}

@media (max-width:768px) {
	#footer{padding:0px 16px;}
	#footer .top{float:none; text-align:center; padding-top:16px;}

	#footer .sns_link a{display:block; width:41px; height:41px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-size:300px auto;}
	#footer .sns_link .sns_tw{background-position:-0px -300px;}
	#footer .sns_link .sns_tw:hover{background-position:-0px -300px;}
	#footer .sns_link .sns_yt{background-position:-50px -300px;}
	#footer .sns_link .sns_yt:hover{background-position:-50px -300px;}
	#footer .sns_link .sns_ld{background-position:-100px -300px;}
	#footer .sns_link .sns_ld:hover{background-position:-100px -300px;}
	#footer .sns_link .sns_fk{background-position:-150px -300px;}
	#footer .sns_link .sns_fk:hover{background-position:-150px -300px;}
	#footer .sns_link .sns_gg{background-position:-200px -300px;}
	#footer .sns_link .sns_gg:hover{background-position:-200px -300px;}
	#footer .sns_link .sns_rss{background-position:-250px -300px;}
	#footer .sns_link .sns_rss:hover{background-position:-250px -300px;}
	#footer .sns_link .sns_mail{background-position:-50px -300px;}
	#footer .sns_link .sns_mail:hover{background-position:-50px -300px;}
	#footer .group_select{display:block; padding:20px 0 0px; }

	#footer .group_select .select_link{width:45%; margin:0 5px;}
	#footer .group_select .select_link .view{height:40px; padding:10px 0 0 18px; font-size:14px;}
	#footer .group_select .select_link .view:after{content:""; position:absolute;right:16px;top:16px; width:9px; height:5px; background-image:url(./images/icons_768.png); background-position:-200px 0px; background-size:300px auto;}
	#footer .group_select .select_link .view.on:after{background-position:-200px -50px;}

	#footer .group_select .dropbox{display:none;position:absolute;left:0;bottom:39px; width:100%; padding:3px 0; background-color:#fff; border:1px solid #d7d7d7; z-index:100; }
	#footer .group_select .dropbox a{display:block; padding:12px 0 12px 18px; color:#000; text-align:left; font-size:14px;}
	#footer .group_select .dropbox a:hover{background-color:#2575dd; color:#fff;}

	#footer .bottom{float:none; padding-top:24px; text-align:center;}
	#footer .strong a{font-size:16px; line-height:20px;}
	#footer .strong li:after{font-size:12px;}
	#footer .terms a{font-size:18px; line-height:20px;}
	#footer .terms li:after{font-size:12px;}
	#footer .copyright{font-size:14px; line-height:20px;}
}
@media (max-width:480px) {
	#footer .sns_link li{padding:0;}
}
/*
@media (max-width:600px) {

	#footer{padding:0 20px;}
	#footer .top{float:none; text-align:center; padding-top:20px;}

	#footer .sns_link a{display:block; width:41px; height:41px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-size:300px auto; }
	#footer .sns_link .sns_tw{background-position:-0px -300px;}
	#footer .sns_link .sns_tw:hover{background-position:-0px -300px;}
	#footer .sns_link .sns_yt{background-position:-50px -300px;}
	#footer .sns_link .sns_yt:hover{background-position:-50px -300px;}
	#footer .sns_link .sns_ld{background-position:-100px -300px;}
	#footer .sns_link .sns_ld:hover{background-position:-100px -300px;}
	#footer .sns_link .sns_fk{background-position:-150px -300px;}
	#footer .sns_link .sns_fk:hover{background-position:-150px -300px;}
	#footer .sns_link .sns_gg{background-position:-200px -300px;}
	#footer .sns_link .sns_gg:hover{background-position:-200px -300px;}
	#footer .sns_link .sns_rss{background-position:-250px -300px;}
	#footer .sns_link .sns_rss:hover{background-position:-250px -300px;}
	#footer .sns_link .sns_mail{background-position:-50px -300px;}
	#footer .sns_link .sns_mail:hover{background-position:-50px -300px;}

	#footer .group_select{display:block; padding:20px 0 0px;}
	#footer .group_select .select_link .view{height:40px; padding:10px 0 0 12px; font-size:15px;}
	#footer .group_select .select_link .view:after{content:""; position:absolute;right:14px;top:17px; width:9px; height:5px; background-position:-200px -0px; background-size:300px auto;}
	#footer .group_select .select_link .view.on:after{background-position:-200px -50px;}
	#footer .group_select .dropbox{bottom:39px;padding:6px 0;}
	#footer .group_select .dropbox a{padding:8px 0 8px 16px;font-size:15px;}

	#footer .bottom{float:none; padding-top:24px; text-align:center;}
	#footer .strong a{font-size:16px; line-height:20px;}
	#footer .strong li:after{font-size:12px;}
	#footer .terms a{font-size:16px; line-height:20px;}
	#footer .terms li:after{font-size:12px;}
	#footer .copyright{font-size:14px; line-height:20px;}
}
*/
/*Newsletter Popup*/
#pop_newsletter{display:none; position:absolute;left:0;top:0; width:490px; height:450px; padding:25px 30px 40px; background-color:#fff; box-shadow:6px 6px 10px rgba(0,0,0,0.3); color:#363636; z-index:10001;}
#pop_newsletter h2{padding-bottom:20px; margin-bottom:30px; border-bottom:1px solid #d9d9d9; font-size:32px;}
#pop_newsletter .btn_letter_close{position:absolute;right:30px;top:20px; width:38px; height:38px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-350px -100px; font-size:0;}
#pop_newsletter .thank{margin-bottom:60px; font-size:17px;}
#pop_newsletter input[type=text]{display:block; width:100%; height:50px; padding:0 15px; border:2px solid #2575dd; font-size:22px; color:#363636; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#pop_newsletter .check{padding-top:20px; font-size:14px;}
#pop_newsletter .check a{color:#2575dd; text-decoration:underline;}
#pop_newsletter .btns{width:100%; padding-top:65px; text-align:center; }
#pop_newsletter .btns button{width:46%; height:44px; margin:0 1%; background-color:#5b728d; color:#fff; font-size:22px; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#pop_newsletter .btns .btn_submit{background-color:#2575dd;}

@media (max-width:768px) {
	#pop_newsletter{padding:35px 20px 50px; height:auto;}
	#pop_newsletter h2{padding-bottom:30px; padding-right:50px; font-size:30px;}
	#pop_newsletter .btn_letter_close{right:20px;top:30px; width:34px; height:34px; background-image:url(./images/icons_768.png); background-position:-250px -50px; background-size:300px auto;}
	#pop_newsletter .thank{margin-bottom:50px; font-size:18px; }
	#pop_newsletter input[type=text]{height:60px; font-size:23px;}
	#pop_newsletter .check{padding-top:20px; font-size:14px;}
	#pop_newsletter .btns{padding-top:50px;}
	#pop_newsletter .btns button{height:60px; font-size:23px;}
}

/*
@media (max-width:480px) {
	#pop_newsletter{padding:35px 20px 50px; height:auto;}
	#pop_newsletter h2{padding-bottom:40px; padding-right:40px; font-size:38px;}
	#pop_newsletter .btn_letter_close{right:20px;top:40px; width:34px; height:34px; background-position:-250px -50px; background-size:300px auto;}
	#pop_newsletter .thank{margin-bottom:40px; font-size:22px; }
	#pop_newsletter input[type=text]{height:70px; font-size:28px;}
	#pop_newsletter .check{padding-top:20px; font-size:18px;}
	#pop_newsletter .btns{padding-top:50px;}
	#pop_newsletter .btns button{height:50px; font-size:28px;}
}
*/
@media (max-width:360px) {
	#pop_newsletter .btns button{height:50px; font-size:18px;}
}

/*Sitemap Popup*/
#sitemap{display:none;position:absolute;top:0;left:0; width:100%; max-width:1280px; margin:0 auto; padding:32px; background-color:#fff; z-index:10001;}
#sitemap h2{font-size:32px;}
#sitemap h3{font-size:16px; color:#363636; text-transform:uppercase; padding-bottom:20px;}
#sitemap .btn_sitemap_close{position:absolute;right:32px;top:32px; width:38px; height:38px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-350px -100px; font-size:0;}
#sitemap .main{overflow:hidden; margin-top:20px; border:1px solid #ccc;}
#sitemap .main>li{float:left; width:20%; height:100%; padding:20px; border-right:1px solid #ccc; height:320px;}
#sitemap .main>li:last-child{border:0;}
#sitemap a{font-size:15px; color:#4e4e4e; text-transform:uppercase; line-height:1.5; word-wrap:break-word;}
#sitemap .sub_menu2 ul a{color:#5b728d; font-size:14px; padding-left:8px;}

@media (max-width:900px) {
	#sitemap .main>li{height:380px;}
}

@media (max-width:768px) {
	#sitemap{padding:16px;}
	#sitemap .main>li{float:none; width:100%; border-right:0; border-bottom:1px solid #ccc; height:auto; padding:16px;}
	#sitemap h2{font-size:30px;}
	#sitemap h3{font-size:26px; color:#363636; text-transform:uppercase; padding-bottom:10px;}
	#sitemap a{font-size:16px;}
	#sitemap .sub_menu2 ul a{font-size:14px;}
	#sitemap .btn_sitemap_close{right:16px;top:20px; width:34px; height:34px; background-image:url(./images/icons_768.png); background-position:-250px -50px;background-size:300px auto;}
}
/*
@media (max-width:480px) {
	#sitemap{padding:20px;}
	#sitemap .main>li{padding:20px;}
	#sitemap h2{font-size:38px;}
	#sitemap h3{font-size:32px; color:#363636; text-transform:uppercase; padding-bottom:20px;}
	#sitemap a{font-size:20px;}
	#sitemap .sub_menu2 ul a{font-size:18px;}
	#sitemap .btn_sitemap_close{right:20px;top:30px; width:34px; height:34px; background-position:-250px -50px; background-size:300px auto;}
}
*/

.error_not_pound{width:100%; padding:250px 0; text-align:center;}
.error_unexpected{width:100%; text-align:center; padding:250px 0;}
.error_copyright{position:absolute;left:0;bottom:0; width:100%; font-size:14px; color:#5b728d; height:78px; border-top:1px solid #ebebeb; padding-top:30px; text-align:center;}
.title_error{font-size:40px; padding-bottom:15px;}
.desc_error{font-size:18px; color:#4e4e4e;}
.desc_error a{color:#2575dd; text-decoration:underline;}

@media (max-width:768px) {
	.title_error{font-size:32px; padding-bottom:15px;}
	.desc_error{font-size:16px; }
}
/*
@media (max-width:480px) {
	.title_error{font-size:40px; padding-bottom:15px;}
	.desc_error{font-size:20px; }
}
*/

/*Privacy and Cookies*/
#privacy{float:left; width: 67%; padding-right:48px;}
.section_privacy .top_title{padding:60px 0px; margin:0 48px; font-size:72px; color:#2575dd; text-align:center; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
.section_privacy .title{margin:0 48px; font-size:26px; border-bottom:1px solid #2575dd; color:#2575dd;}
.section_privacy .sub_title{padding-bottom:20px; font-size:20px; color:#363636;}
.section_privacy .sub2_title{display:inline-block; margin-bottom:20px; font-size:18px; color:#46546e; text-decoration:underline;}
.section_privacy .txt{font-size:18px; color:#4e4e4e; line-height:1.4;}
.section_privacy .txt2{font-size:16px; color:#4e4e4e; line-height:1.5;}
.section_privacy .group{position:relative; margin:60px 48px 0 48px; padding-bottom:60px; border-bottom:1px solid #e6e6e6;}
.section_privacy .group.no_line{border:0;}
.section_privacy .group.no_line .sub_title{padding-bottom:20px;}
.section_privacy .group p{padding-bottom:20px; word-wrap:break-word;}
.section_privacy .group p:last-child{padding-bottom:0px;}

.section_privacy .group.top .sub_title{padding-right:180px;}

.section_privacy .group .link{position:absolute;right:0;top:0; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
.section_privacy .list{padding-bottom:20px;}
.section_privacy .list li{position:relative; padding:0px 0 20px 20px; font-size:16px; color:#4e4e4e; line-height:1.4;}
.section_privacy .list li>a{word-wrap: break-word;}
.section_privacy .list>li:before{content:"ㆍ"; position:absolute;left:0;top:0px;}
.section_privacy .list>li:last-child{padding:0 0 0 20px;}
.section_privacy .inside{padding:20px 0 0; }
.section_privacy .inside li:before{content:"-"; position:absolute;left:0;top:0px;}
.section_privacy .inside li:last-child{padding:0 0 0 20px;}

.section_privacy .list .link{position:static;}
.section_privacy .list .sub2_title{margin:0; font-size:16px;}

.section_privacy .guide_box{padding:60px 48px; background-color:#f0f3f4;}
.section_privacy .guide_box.contact_box{margin-bottom:80px;}
.section_privacy .guide_box p{padding-bottom:40px;}
.section_privacy .guide_box p:last-child{padding-bottom:0px;}

.section_privacy a{color:#2575dd; text-decoration:underline; word-break: break-all; word-wrap: break-word;}
.section_privacy .underline{text-decoration:underline;}
.section_privacy .margin-top{margin-top:60px;}


@media (max-width:1279px) {
	#privacy{padding-right:32px;}
	.section_privacy .top_title{margin:0 32px;}
	.section_privacy .title{margin:0 32px;}
	.section_privacy .group{margin:60px 32px 0 32px;}
	.section_privacy .guide_box{padding:60px 32px;}

}
@media (max-width:768px) {
	#privacy{float:none; width:100%; padding-right:0;}
	.section_privacy .title{font-size:22px;}
	.section_privacy .sub_title{font-size:20px;}
	.section_privacy .sub2_title,
	.section_privacy .group .link,
	.section_privacy .txt,
	.section_privacy .list .sub2_title{font-size:16px;}
	.section_privacy .list li,
	.section_privacy .txt2{font-size:14px;}
	.section_privacy .list li{padding-left:15px;}
	.section_privacy .list>li:last-child,
	.section_privacy .inside li:last-child{padding:0 0 0 15px;}

	.section_privacy .top_title{margin:0 16px; font-size:36px;}
	.section_privacy .title{margin:0 16px;}
	.section_privacy .group{margin:30px 16px 0 16px; padding-bottom:30px;}
	.section_privacy .guide_box{padding:30px 16px;}
	.section_privacy .guide_box.contact_box{margin-bottom:40px;}
}
/*
@media (max-width:480px) {
	.section_privacy .title{margin:0 20px;}
	.section_privacy .group{margin:60px 20px 0 20px;}
	.section_privacy .guide_box{padding:60px 20px;}
	.section_privacy .top_title{margin:0 20px; font-size:60px;}
	.section_privacy .title,
	.section_privacy .sub_title{font-size:32px;}
	.section_privacy .sub2_title,
	.section_privacy .group .link,
	.section_privacy .txt,
	.section_privacy .list .sub2_title{font-size:24px;}
	.section_privacy .list li,
	.section_privacy .txt2{font-size:22px;}
	.section_privacy .group.top .sub_title{padding-right:130px;}
	.section_privacy .list li{padding-left:25px;}
	.section_privacy .list>li:last-child,
	.section_privacy .inside li:last-child{padding:0 0 0 25px;}
}
*/

/*About us : Overview*/
#overview{float:left; width: 67%; padding-right:48px; text-align:center; line-height:1.5;}
#overview .block-w{display:block;}
#overview .block-m{display:inline;}
#overview .route{padding:48px 48px 30px; text-align:left;}
#overview .top_title{padding-bottom:30px; font-size:72px; color:#2575dd; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
#overview .title{padding-bottom:30px; font-size:54px; color:#363636; font-family:'SamsungIFRg', Arial, sans-serif;}
#overview .txt{font-size:20px; color:#4e4e4e;}
#overview .about-us{padding:100px 76px 120px; background-color:#f0f3f4;}
#overview .about-us .txt{font-size:22px;}
#overview .vision-2020{padding:80px 76px; color:#363636;}
#overview .vision-2020 .txt{padding:0 25px;}
#overview .vision-2020 dl{padding:50px 0px 540px; margin-top:40px; background-color:#e7e6e3; background-image:url(./images/overview_vision_bg.jpg); background-repeat:no-repeat; background-position:left bottom; background-size:100% auto;}
#overview .vision-2020 dt{padding-bottom:10px; font-size:22px; text-transform:uppercase;}
#overview .vision-2020 dd{padding-bottom:20px;}
#overview .vision-2020 .point{font-size:22px; font-style:italic; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#overview .vision-2020 .text{padding:0 80px 20px;}
#overview .vision-2020 dd li{display:inline-block; padding:0 25px;}
#overview .vision-2020 dd .icon{display:block; width:96px; height:96px; margin-bottom:10px; background-image:url(./images/icons_overview.png); background-repeat:no-repeat;}
#overview .vision-2020 dd li:nth-child(1) .icon{background-position:0 0;}
#overview .vision-2020 dd li:nth-child(2) .icon{background-position:-100px 0;}
#overview .vision-2020 dd li:nth-child(3) .icon{background-position:-200px 0;}
#overview .vision-2020 .detail{padding-top:40px;}
#overview .vision-2020 .detail ul{padding:35px 0;}
#overview .vision-2020 .detail li{float:left; font-size:16px; color:#4e4e4e; }
#overview .vision-2020 .detail li:nth-child(1){width:30%; padding-right:20px;}
#overview .vision-2020 .detail li:nth-child(2){width:40%; padding:0 20px; border:solid #ccc; border-width:0 1px;}
#overview .vision-2020 .detail li:nth-child(3){width:30%; padding-left:20px;}
#overview .vision-2020 .detail .txt{padding:0 36px;}

#overview .business{padding:70px 48px; background-color:#f7f7f7;}
#overview .b_menu{text-align:left; }
#overview .b_menu .select{display:none;}
#overview .b_menu .break{letter-spacing:-1px;}
#overview .b_menu>ul.active{display:block;}
#overview .b_menu>ul>li{float:left; position:relative; width:32%; height:320px; margin-right:1.3%; padding:25px 35px; border:1px solid #ccc; background-color:#fff; line-height:1.2;}
#overview .b_menu>ul>li:nth-child(1){}
#overview .b_menu>ul>li:nth-child(2){margin-left:0.6%;}
#overview .b_menu>ul>li:nth-child(3){float:right; margin:0;}
#overview .b_menu>ul>li.on{border-color:#2575dd;}
#overview .b_menu>ul>li.on:after{content:""; position:absolute;left:50%;top:100%; margin-left:-10px; width:20px; height:12px; background:url(./images/overview_menu_select.jpg) no-repeat;}
#overview .b_menu .main{display:block; min-height:74px; padding-bottom:25px; border-bottom:1px solid #ccc; font-size:20px; color:#363636; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; cursor:default;}
#overview .b_menu .sub{padding-top:5px;}
#overview .b_menu .sub li{padding-top:15px;}
#overview .b_menu .sub a{font-size:16px; color:#363636;}
#overview .b_menu .sub a.on{color:#2575dd; text-decoration:underline;}

#overview .business .view{padding:60px 28px 0;}
#overview .business .view img{width:100%;}
#overview .business .view .txt{padding-top:40px;}
#overview .business .view strong{color:#2575dd;}
#overview .business .view>div{display:none;}
#overview .business .view .on{display:block;}

#overview .history{padding:80px 48px;}
#overview .history .info{padding:0 25px 40px;}
#overview .history button{font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal;}
#overview .history .btn_years{position:relative; width:100%; height:68px; padding:0 20px; border:1px solid #ccc; border-bottom:0; text-align:left; font-size:18px; }
#overview .history .btn_years:after{content:""; position:absolute;right:20px;top:20px; width:26px; height:26px; background-image:url(./images/icons_1920.png); background-repeat:no-repeat; background-position:-400px -150px;}
#overview .history .btn_years.btm{border-bottom:1px solid #ccc;}
#overview .history .btn_years.select{background-color:#2575dd; color:#fff; border:0;}
#overview .history .btn_years.select:after{background-position:-450px -150px;}

#overview .history .inner{display:none; padding:30px 20px; text-align:left;}
#overview .history .inner img{width:100%;}
#overview .history .inner.select{display:block;}
#overview .history .inner .recent{display:none;}
#overview .history .inner .recent.select{display:block;}

#overview .history .btns{padding:0 0 25px; }
#overview .history .btns button{ font-size:24px; color:#636363;}
#overview .history .btns .bar{color:#ccc; margin:0 20px; display:inline-block;}
#overview .history .btns .on{color:#2575dd;}

#overview .history .box{padding:40px 0 10px; color:#4e4e4e;}
#overview .history .box2{padding:20px 0 10px; color:#4e4e4e;}
#overview .history .list{margin-left:25px;}
#overview .history .list li{position:relative; padding:0 0 10px 0px; list-style-type:disc;}
#overview .history .y_title{display:block; padding:20px 18px 5px; font-size:20px; color:#2575dd;}

@media (max-width:1279px) {

	#overview{padding-right:32px;}
	#overview .block-w{display:inline;}
	#overview .route{padding:32px 32px 30px;}
	#overview .about-us{padding:100px 52px 120px; background-color:#f0f3f4;}
	#overview .vision-2020{padding:80px 32px; color:#363636;}
	#overview .vision-2020 .text{padding:0 20px 20px;}
	#overview .business{padding:70px 32px;}
	#overview .b_menu>ul>li{height:360px; padding:25px 20px;}
	#overview .history{padding:80px 32px;}
}
@media (max-width:768px) {
	#overview{float:none; width:100%; padding-right:0;}
	#overview .block-w{display:inline;}
	#overview .block-m{display:block;}
	#overview .top_title{padding-bottom:15px; font-size:36px;}
	#overview .title{font-size:30px;}
	#overview .txt{font-size:18px;}
	#overview .about-us{padding:40px 16px;}
	#overview .about-us .txt{font-size:18px;}

	#overview .vision-2020{padding:40px 0;}
	#overview .vision-2020 .txt{padding:0 16px;}
	#overview .vision-2020 dl{padding:25px 0px 80%; margin-top:20px; }
	#overview .vision-2020 dt{font-size:28px;}
	#overview .vision-2020 dd{padding-bottom:20px;}
	#overview .vision-2020 .point{font-size:28px; line-height:1.1;}
	#overview .vision-2020 .point .block{display:block;}
	#overview .vision-2020 .text{padding:0 40px 20px; font-size:18px;}

	#overview .vision-2020 dd li{display:inline-block; padding:0 10px; font-size:16px;}
	#overview .vision-2020 dd .icon{display:block; width:76px; height:76px; margin-bottom:5px; background-image:url(./images/icons_overview.png); background-repeat:no-repeat;background-size:300px;}
	#overview .vision-2020 dd li:nth-child(1) .icon{background-position:0 -50px;}
	#overview .vision-2020 dd li:nth-child(2) .icon{background-position:-100px -50px;}
	#overview .vision-2020 dd li:nth-child(3) .icon{background-position:-200px -50px;}
	#overview .vision-2020 .detail{padding:20px 40px 0;}
	#overview .vision-2020 .detail ul{padding:0px 0;}
	#overview .vision-2020 .detail li{float:none; position:relative; font-size:16px; color:#4e4e4e; }
	#overview .vision-2020 .detail li:nth-child(1){width:100%; padding:20px 0;}
	#overview .vision-2020 .detail li:nth-child(2){width:100%; padding:20px 0; border:0;}
	#overview .vision-2020 .detail li:nth-child(3){width:100%; padding:20px 0;}
	#overview .vision-2020 .detail li:nth-child(1):after,
	#overview .vision-2020 .detail li:nth-child(2):after{content:""; position:absolute;left:50%;bottom:0; width:40px; height:1px; margin-left:-20px; background-color:#ccc; }
	#overview .b_menu{width:100%; padding:0 16px; border:1px solid #ccc; background-color:#fff; }
	#overview .b_menu .select{position:relative; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%; height:58px; padding:13px 20px 0 0; font-size:22px; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:normal; color:#2575dd;}
	#overview .b_menu .select:after{content:""; position:absolute;right:0;top:50%; margin-top:-20px; width:40px; height:40px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-150px -350px;background-size:300px;}
	#overview .b_menu .select.on:after{background-position:-100px -350px;}
	#overview .b_menu>ul{display:none;}
	#overview .b_menu>ul.active{display:none;}
	#overview .b_menu>ul>li{float:none; position:relative; width:100%; height:auto; margin-right:0; padding:0; border:0; background-color:#fff; line-height:1.2;}
	#overview .b_menu>ul>li:nth-child(1){}
	#overview .b_menu>ul>li:nth-child(2){margin-left:0%;}
	#overview .b_menu>ul>li:nth-child(3){float:none; margin:0;}
	#overview .b_menu>ul>li.on{border-color:#2575dd;}
	#overview .b_menu>ul>li.on:after{display:none;}
	#overview .b_menu .main{ display:block; min-height:none; padding:20px 0; border-bottom:0; border-top:1px solid #ccc; font-size:22px; }
	#overview .b_menu .sub{padding-top:0px;}
	#overview .b_menu .sub li{padding:0 0 20px;}
	#overview .b_menu .sub a{position:relative; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; width:100%; padding:0 20px 0 10px; font-size:20px;}
	#overview .b_menu .sub a:after{content:""; position:absolute;right:0;top:50%; margin-top:-7px; width:7.5px; height:14px; background-image:url(./images/icons_768.png); background-repeat:no-repeat; background-position:-50px -50px;background-size:300px;}
	#overview .b_menu .sub a.on{color:#4e4e4e; text-decoration:none;}

	#overview .history{padding:40px 16px;}
	#overview .history .info{padding-bottom:20px;}
	#overview .history .btn_years{position:relative; width:100%; height:58px; padding:0 10px; font-size:22px;}
	#overview .history .btn_years:after{content:""; position:absolute;right:16px;top:50%; margin-top:-20px; width:40px; height:40px; background-image:url(./images/icons_768.png); background-position:-150px -350px;background-size:300px;}
	#overview .history .btn_years.select:after{background-position:-200px -350px;}
	#overview .history .btns{font-size:15px;}
	#overview .history .btns button{font-size:20px;}
	#overview .history .list{margin-left:15px;}
	#overview .history .list li{position:relative; padding:0 0 5px 0px; font-size:18px;}
	#overview .history .y_title{font-size:18px;}
}
@media (max-width:760px) {
	#overview .block-m{display:inline;}
}
/*
@media (max-width:480px) {
	#overview .top_title{font-size:60px;}
	#overview .title{font-size:44px; padding-bottom:10px;}
	#overview .txt{font-size:22px;}
	#overview .about-us .txt{font-size:22px;}

	#overview .vision-2020 dt{font-size:32px;}
	#overview .vision-2020 .point{font-size:32px;}
	#overview .vision-2020 .text{padding:0 40px 40px; font-size:22px;}
	#overview .vision-2020 dd li{padding:0 10px; font-size:18px; text-align:center;}
	#overview .vision-2020 dd .icon{width:76px; height:76px; background-size:300px auto; margin:0 auto;}
	#overview .vision-2020 dd li:nth-child(1) .icon{background-position:0 -50px;}
	#overview .vision-2020 dd li:nth-child(2) .icon{background-position:-100px -50px;}
	#overview .vision-2020 dd li:nth-child(3) .icon{background-position:-200px -50px;}
	#overview .vision-2020 .detail{padding:40px 40px 0;}
	#overview .vision-2020 .detail li{float:none; position:relative; font-size:20px; color:#4e4e4e; }
	#overview .vision-2020 .detail li:nth-child(1){width:100%; padding:20px 0;}
	#overview .vision-2020 .detail li:nth-child(2){width:100%; padding:20px 0; border:0;}
	#overview .vision-2020 .detail li:nth-child(3){width:100%; padding:20px 0;}
	#overview .vision-2020 .detail li:nth-child(1):after,
	#overview .vision-2020 .detail li:nth-child(2):after{content:""; position:absolute;left:50%;bottom:0; width:80px; height:1px; margin-left:-40px; background-color:#ccc; }

	#overview .business{padding:70px 20px;}

	#overview .b_menu{padding:0 20px; }
	#overview .b_menu .select{height:72px; padding:16px 40px 0 0; font-size:26px;}
	#overview .b_menu .select:after{margin-top:-6px; width:18px; height:13px; background-position:-250px -200px; background-size:300px auto;}
	#overview .b_menu .select.on:after{background-position:-200px -200px;}

	#overview .b_menu .main{padding:20px 0; font-size:26px; }
	#overview .b_menu .sub li{padding:0 0 20px;}
	#overview .b_menu .sub a{position:relative; display:block; width:100%; padding:0 30px 0 10px; font-size:24px;}
	#overview .b_menu .sub a:after{margin-top:-7px; width:8px; height:14px; background-position:-50px -50px; background-size:300px auto;}
	#overview .business .view{padding: 60px 20px 0;}

	#overview .history{padding:80px 20px;}
	#overview .history .inner{padding:20px;}
	#overview .history .btn_years{position:relative; width:100%; height:72px; font-size:26px;}
	#overview .history .btn_years:after{content:""; position:absolute;right:20px;top:50%; margin-top:-5px; width:18px; height:10px; background-position:-250px -200px; background-size:300px auto;}
	#overview .history .btn_years.select:after{background-position:-150px -200px;}
	#overview .history .btns button{font-size:24px;}
	#overview .history .btns .bar{font-size:20px; margin:0 10px;}
	#overview .history .box{padding:20px 0 10px;}
	#overview .history .box2{padding:10px 0 10px;}
	#overview .history .list{margin-left:25px;}
	#overview .history .list li{position:relative; padding:0 0 10px 0px; font-size:22px;}
	#overview .history .y_title{font-size:22px;}
}
*/
/* About us : S/I/M & D`LIGHT */
.about_snd{padding-right:48px; line-height:1.5;}
.about_snd h2{padding:40px 0 30px; font-size:72px; color:#2575dd; text-align:center; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
.about_snd h3{padding:40px 0 20px; font-size:28px; color:#363636;}
.about_snd .guide{padding:20px; background-color:#f7f7f7; color:#4e4e4e; text-align:center; font-size:22px;}
.about_snd img{width:100%;}
.about_snd .img{padding-bottom:25px;}
.about_snd .txt{padding-bottom:25px; color:#4e4e4e;}
.about_snd li{position:relative; padding:0 0 10px 20px; color:#4e4e4e;}
.about_snd li:before{content:"ㆍ"; position:absolute;left:0;top:0;}

.about_snd .btn_snd_go{padding:30px 0 50px; text-align:right;}
.about_snd .btn_snd_go img{width:40%; max-width:280px;}

@media (max-width:1279px) {
	.about_snd{padding-right:32px;}
}

@media (max-width:768px) {
	.about_snd{padding-right:0px;}
	.about_snd h2{font-size:40px; padding:20px 0 15px;}
	.about_snd h3{font-size:30px;}
	.about_snd .guide,
	.about_snd .txt,
	.about_snd li{font-size:16px;}
	.about_snd li{padding:0 0 5px 15px;}
	.about_snd .btn_snd_go img{width:50%; max-width:352px; min-width:310px;}
}
/*
@media (max-width:480px) {
	.about_snd h2{font-size:54px;}
	.about_snd h3{font-size:36px;}
	.about_snd .guide,
	.about_snd .txt,
	.about_snd li{font-size:22px;}
	.about_snd li{padding:0 0 10px 20px;}
}
*/

/* Terms of use */
.terms{padding-right:48px;}
.terms h2{padding:80px 0 20px; font-size:72px; color:#2575dd; text-align:center; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
.terms h3{padding:50px 0 20px; font-size:20px; color:#363636;}
.terms p{line-height:1.5; color:#4e4e4e; padding-bottom:50px; border-bottom:1px solid #e6e6e6;}
.terms p:last-child{border:0;}
.terms a{color:#2575dd; text-decoration:underline;}

@media (max-width:1279px) {
	.terms{padding-right:32px;}
}

@media (max-width:768px) {
	.terms{padding-right:0px;}
	.terms h2{font-size:36px; padding:40px 0 10px;}
	.terms h3{padding:40px 0 10px; font-size:20px;}
	.terms p{font-size:16px; padding-bottom:40px;}
}
/*
@media (max-width:480px) {
	.terms h2{font-size:60px;}
	.terms h3{padding:60px 0 20px; font-size:32px;}
	.terms p{font-size:24px; padding-bottom:60px;}
}
*/

/* About us : Fast Facts */
.about_facts{padding-right:48px; padding-bottom:50px;}
.about_facts h2, .about_facts h3, .about_facts h4, .about_facts strong{color:#363636;}
.about_facts span, .about_facts p, .about_facts li{color:#4e4e4e;}
.about_facts .top_title{padding:30px 0 20px; font-size:72px; color:#2575dd; text-align:center; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
.about_facts .top_title2{font-size:40px; text-align:center;}
.about_facts .top_title2 span{display:block; font-size:26px;}
.about_facts .title{height:45px; padding:5px 0 0 28px; margin-top:30px; background-color:#e5e5e5; font-size:26px;}
.about_facts .group{position:relative; background-color:#f7f7f7;}
.about_facts .group.padding{padding:30px 0;}
.about_facts .icon{display:block; background-image:url(./images/icons_facts_1920.png);background-repeat:no-repeat; font-size:0;}

.about_facts .info li{float:left; width:33.3%; text-align:center; border:solid #fff; border-width:0 1px 0 0;}
.about_facts .info li:last-child{border-right:0;}
.about_facts .info .main{font-size:40px;}
.about_facts .info .main span{font-size:20px;}
.about_facts .info .sub{display:block; padding-top:10px; font-size:16px; line-height:1.2;}

.about_facts .info_company li{padding:30px 0;}

.about_facts .graph_financ{width:100%; height:104px; padding:0 28px 30px;}
.about_facts .graph_financ ul{position:relative;}
.about_facts .graph_financ li{position:absolute;left:0; width:100%; height:22px; }
.about_facts .graph_financ .g1{top:0; }
.about_facts .graph_financ .g2{top:26px;}
.about_facts .graph_financ .g3{top:52px;}
.about_facts .graph_financ ul:before{content:""; position:absolute;left:0;top:-1px; width:74px; height:76px; background-color:#f7f7f7; background-image:url(./images/icons_facts_1920.png);background-repeat:no-repeat; background-position:17px 17px; border-radius:0 50% 50% 0; z-index:3;}
.about_facts .graph_financ .bar{display:inline-block; height:100%; padding-left:85px; font-size:16px; color:#fff; line-height:1.4; vertical-align:top;}
.about_facts .graph_financ .g1 .bar{width:85%; background-color:#5f8805;}
.about_facts .graph_financ .g1 .num{color:#5f8805;}
.about_facts .graph_financ .g2 .bar{width:50%; background-color:#0c8f7e;}
.about_facts .graph_financ .g2 .num{color:#0c8f7e;}
.about_facts .graph_financ .g3 .bar{width:40%; background-color:#0a8bb0;}
.about_facts .graph_financ .g3 .num{color:#0a8bb0;}
.about_facts .group .unit{position:absolute;right:28px;bottom:30px; font-size:16px; }

.about_facts .info_market{position:relative; background-color:#f7f7f7;}
.about_facts .info_market h4{font-size:18px; padding:28px 0; text-align:center; }
.about_facts .info_market li{width:25%; height:140px; font-size:16px; border:0;}
.about_facts .info_market li:nth-child(1){margin-left:12%;}
.about_facts .info_market .block{display:block; font-size:14px;}
.about_facts .info_market .icon{width:45px; height:38px; margin:30px auto 10px;}
.about_facts .info_market .m1 .icon{background-position:0px -100px;}
.about_facts .info_market .m2 .icon{background-position:-100px -100px;}
.about_facts .info_market .m3 .icon{background-position:-200px -100px;}
.about_facts .info_market .m4 .icon{background-position:-300px -100px;}
.about_facts .info_market .m5 .icon{background-position:0px -200px;}
.about_facts .info_market .m6 .icon{background-position:-100px -200px;}
.about_facts .info_market .m7 .icon{background-position:-200px -200px;}
.about_facts .info_market .m8 .icon{background-position:-300px -200px;}

.about_facts .info_rnd li{width:50%; height:260px; border-width:0 1px 1px 0;}
.about_facts .info_rnd li:nth-child(2n){border-right:0;}
.about_facts .info_rnd .icon{width:75px; height:75px; margin:30px auto 20px;}
.about_facts .info_rnd .r1 .icon{background-position:-0px -300px;}
.about_facts .info_rnd .r2 .icon{background-position:-100px -300px;}
.about_facts .info_rnd .r3 .icon{background-position:-200px -300px;}
.about_facts .info_rnd .r4 .icon{background-position:-300px -300px;}
.about_facts .info_rnd .r4 .main{display:inline-block; padding:0 18px; }
.about_facts .info_rnd .r4 .main span{display:block; font-size:16px;}
.about_facts .info_rnd .r4 .main.line{background:url(./images/facts_line.jpg) no-repeat right 14px;}

.about_facts .info_social li{width:50%; padding:25px 0 0; height:270px; border-width:0 1px 1px 0;}
.about_facts .info_social li:nth-child(2n){border-right:0;}
.about_facts .info_social .s1 .main{display:block; padding:30px 0 15px; color:#1985d8; line-height:1;}
.about_facts .info_social .s1 .main span{display:block; font-size:20px; color:#1985d8; vertical-align:top; padding:5px 0 0; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}

.about_facts .info_social .inner{padding-top:25px;}
.about_facts .info_social .sub_title{display:inline-block; padding:0 30px; min-width:150px;}
.about_facts .info_social .sub_title.sub1{border-right:1px solid #e5e5e5;}
.about_facts .info_social .s2 .sub_title{color:#5f8805;}
.about_facts .info_social .s3 .sub_title{color:#0a8bb0;}
.about_facts .info_social .s4 .sub_title{color:#0c8f7e;}
.about_facts .info_social .sub_title .icon{display:block; width:44px; height:36px; margin:20px auto;}
.about_facts .info_social .s2 .sub_title.sub1 .icon{background-position:-0px -400px;}
.about_facts .info_social .s2 .sub_title.sub2 .icon{background-position:-100px -400px;}
.about_facts .info_social .s3 .sub_title .icon{background-position:-200px -400px;}
.about_facts .info_social .s4 .sub_title.sub1 .icon{background-position:-300px -400px;}
.about_facts .info_social .s4 .sub_title.sub2 .icon{background-position:-400px -400px;}

.about_facts .info_envir li{height:310px; text-transform: uppercase;}
.about_facts .info_envir .icon{margin:30px auto 15px; width:75px; height:75px; }
.about_facts .info_envir .sub{font-size:14px;}
.about_facts .info_envir .e1 .icon{background-position:-100px -0px;}
.about_facts .info_envir .e2 .icon{background-position:-200px -0px;}
.about_facts .info_envir .e3 .icon{width:79px; background-position:-300px -0px;}
.about_facts .info_envir .e3 .plus{display:block; font-size:11px; color:#707070; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}
.about_facts .info_envir .e3 .sub .plus{padding-top:5px;}

.about_facts .info_rank li{height:270px;}
.about_facts .info_rank .icon{width:140px; height:38px; margin:40px auto 30px;}
.about_facts .info_rank .ra1 .icon{background-position:-400px -0px;}
.about_facts .info_rank .ra2 .icon{background-position:-400px -100px;}
.about_facts .info_rank .ra3 .icon{background-position:-400px -200px;}

.about_facts .graph_area{position:relative; border:1px solid #ccc; padding:0 28px; margin-top:10px;}
.about_facts .graph_area .g_title{height:45px; padding:10px 0 0; font-size:18px;}
.about_facts .graph_area .btn_close{position:absolute;right:28px;top:9px; width:26px; height:26px; background-image:url(./images/icons_1920.png); background-position:-400px -150px; background-repeat:no-repeat; font-size:0;}
.about_facts .graph_area .btn_close.on{background-position:-400px -200px;}

.about_facts .graph_area .color1{background-color:#2675de;}
.about_facts .graph_area .color1 .num{color:#2675de;}
.about_facts .graph_area .color2{background-color:#22579f;}
.about_facts .graph_area .color2 .num{color:#22579f;}
.about_facts .graph_area .color3{background-color:#12335e;}
.about_facts .graph_area .color3 .num{color:#12335e;}

.about_facts .item_graph{display:none; border-top:1px solid #ddd; padding:30px 0 46px;}
.about_facts .item_graph .table_info{float:left; width:30%; height:253px; padding-right:20px;}
.about_facts .item_graph .table_info li{font-size:14px;}
.about_facts .item_graph .table_info .ico-color{display:inline-block; width:10px; height:10px; margin-right:5px;}
.about_facts .item_graph .table_info .ico-color.circle{border:3px solid #0a8bb0; border-radius:50%;}
.about_facts .item_graph .table_info .icon{width:75px; height:75px; margin:50px 0 30px 20px;}
.about_facts .item_graph .table_info .icon.employee{background-position:-0px -500px;}
.about_facts .item_graph .table_info .icon.financ{background-position:-100px -500px;}
.about_facts .item_graph .table_info .icon.investment{background-position:-200px -500px;}
.about_facts .item_graph .table_info .icon.brand{background-position:-300px -500px;}
.about_facts .item_graph .table_info .icon.regist{background-position:-400px -500px;}
.about_facts .item_graph .table_info .unit{display:block;font-size:12px; margin-left:15px; margin-top:5px;}

.about_facts .item_graph .table{float:left; position:relative; width:70%; height:253px; background:url(./images/facts_table.jpg) repeat;}
.about_facts .item_graph .table ul{width:100%; height:100%;}
.about_facts .item_graph .table li{float:left; position:relative; width:20%; height:100%;}
.about_facts .item_graph .table .year{position:absolute;left:0;top:100%; width:100%; font-size:14px; text-align:center;}
.about_facts .item_graph .table .bar{position:absolute;bottom:0; width:18%; font-size:0;}
.about_facts .item_graph .table .num{position:absolute;left:5px;top:-18px; font-size:12px;}

.about_facts .item_graph .table_employee .bar1{left:32%; height:54%;}
.about_facts .item_graph .table_employee .bar2{left:50%; height:15%;}
.about_facts .item_graph .table_employee .bar3{left:32%; height:62%;}
.about_facts .item_graph .table_employee .bar4{left:50%; height:20%;}
.about_facts .item_graph .table_employee .bar5{left:32%; height:66%;}
.about_facts .item_graph .table_employee .bar6{left:50%; height:25%;}
.about_facts .item_graph .table_employee .bar7{left:32%; height:78%;}
.about_facts .item_graph .table_employee .bar8{left:50%; height:32%;}
.about_facts .item_graph .table_employee .bar9{left:32%; height:88%;}
.about_facts .item_graph .table_employee .bar10{left:50%; height:34%;}

.about_facts .item_graph .table_financ .bar1{left:23%; height:52%;}
.about_facts .item_graph .table_financ .bar2{left:41%; height:24%;}
.about_facts .item_graph .table_financ .bar3{left:59%; height:12%;}
.about_facts .item_graph .table_financ .bar4{left:23%; height:58%;}
.about_facts .item_graph .table_financ .bar5{left:41%; height:24%;}
.about_facts .item_graph .table_financ .bar6{left:59%; height:12%;}
.about_facts .item_graph .table_financ .bar7{left:23%; height:82%;}
.about_facts .item_graph .table_financ .bar8{left:41%; height:42%;}
.about_facts .item_graph .table_financ .bar9{left:59%; height:26%;}
.about_facts .item_graph .table_financ .bar10{left:23%; height:92%;}
.about_facts .item_graph .table_financ .bar11{left:41%; height:46%;}
.about_facts .item_graph .table_financ .bar12{left:59%; height:28%;}
.about_facts .item_graph .table_financ .bar13{left:23%; height:86%;}
.about_facts .item_graph .table_financ .bar14{left:41%; height:40%;}
.about_facts .item_graph .table_financ .bar15{left:59%; height:26%;}

.about_facts .item_graph .table_invest .bar1{left:32%; height:26%;}
.about_facts .item_graph .table_invest .bar2{left:50%; height:66%;}
.about_facts .item_graph .table_invest .bar3{left:32%; height:35%;}
.about_facts .item_graph .table_invest .bar4{left:50%; height:72%;}
.about_facts .item_graph .table_invest .bar5{left:32%; height:38%;}
.about_facts .item_graph .table_invest .bar6{left:50%; height:76%;}
.about_facts .item_graph .table_invest .bar7{left:32%; height:46%;}
.about_facts .item_graph .table_invest .bar8{left:50%; height:84%;}
.about_facts .item_graph .table_invest .bar9{left:32%; height:56%;}
.about_facts .item_graph .table_invest .bar10{left:50%; height:86%;}
.about_facts .item_graph .table_invest .bar1 .num,
.about_facts .item_graph .table_invest .bar3 .num,
.about_facts .item_graph .table_invest .bar5 .num,
.about_facts .item_graph .table_invest .bar7 .num,
.about_facts .item_graph .table_invest .bar9 .num{left:-18px;}

.about_facts .item_graph .table_brand .bar{left:41%;}
.about_facts .item_graph .table_brand .bar1{height:10%;}
.about_facts .item_graph .table_brand .bar2{height:18%;}
.about_facts .item_graph .table_brand .bar3{height:26%;}
.about_facts .item_graph .table_brand .bar4{height:36%;}
.about_facts .item_graph .table_brand .bar5{height:44%;}

.about_facts .table .rank{position:absolute;}
.about_facts .table .rank span{font-size:0;}
.about_facts .table .rank .num{color:#0a8bb0; font-size:14px;}
.about_facts .item_graph .table_brand:after{content:""; position:absolute;left:0;top:12%; width:100%; height:150px; background:url(./images/facts_graph1.png) no-repeat; background-size:100% auto; }
.about_facts .table_brand .rank1{left:36%;top:40%;}
.about_facts .table_brand .rank2{left:32%;top:33%;}
.about_facts .table_brand .rank3{left:32%;top:18%;}
.about_facts .table_brand .rank4{left:32%;top:14%;}
.about_facts .table_brand .rank5{left:28%;top:10%;}

.about_facts .item_graph .table_regist .bar{left:41%;}
.about_facts .item_graph .table_regist .bar1{height:30%;}
.about_facts .item_graph .table_regist .bar2{height:45%;}
.about_facts .item_graph .table_regist .bar3{height:54%;}
.about_facts .item_graph .table_regist .bar4{height:36%;}
.about_facts .item_graph .table_regist .bar5{height:48%;}
.about_facts .item_graph .table_regist:after{content:""; position:absolute;left:0;top:12%; width:100%; height:92px; background:url(./images/facts_graph2.png) no-repeat; background-size:100% auto; }
.about_facts .table_regist .rank{left:36%;top:10%;}

@media (max-width:1279px) {
	.about_facts{padding-right:32px;}
}
@media (max-width:1130px) {
	.about_facts .table_brand .rank1{top:35%;}
	.about_facts .table_brand .rank2{top:28%;}
	.about_facts .table_brand .rank3{top:16%;}
	.about_facts .table_brand .rank4{top:12%;}
	.about_facts .table_brand .rank5{top:9%;}
}
@media (max-width:1080px) {
	/*.about_facts .info_social li{float:none; width:100%; padding:30px 0; height:auto; border-right:0;}*/
	.about_facts .info_social .sub_title{display:inline-block; padding:0 10px; min-width:100px;}

}
@media (max-width:1000px) {
	.about_facts .table_brand .rank1{top:31%;}
	.about_facts .table_brand .rank2{top:24%;}
	.about_facts .table_brand .rank3{top:15%;}
	.about_facts .table_brand .rank4{top:12%;}
	.about_facts .table_brand .rank5{top:9%;}
}
@media (max-width:900px) {
	.about_facts .table_brand .rank1{top:26%;}
	.about_facts .table_brand .rank2{top:20%;}
	.about_facts .table_brand .rank3{top:15%;}
	.about_facts .table_brand .rank4{top:12%;}
	.about_facts .table_brand .rank5{top:9%;}
}
@media (max-width:768px) {
	.about_facts{padding-right:0px;}
	.about_facts .top_title{padding:20px 0 10px; font-size:36px;}
	.about_facts .top_title2{font-size:24px;}
	.about_facts .top_title2 span{font-size:16px;}
	.about_facts .title{height:auto; padding:15px 0 15px 19px; margin-top:15px; font-size:22px;}

	.about_facts .icon{display:block; background-image:url(./images/icons_facts_768.png); background-size:600px auto;}

	.about_facts .info .main{font-size:40px;}
	.about_facts .info .main span{font-size:18px;}
	.about_facts .info .sub{font-size:16px;}
	.about_facts .info_company li{width:100%; height:auto; padding:30px 0; border-bottom:1px solid #fff;float:none;}
	/*.about_facts .info_company li:nth-child(3){width:100%; height:auto; padding:60px 0;}*/

	.about_facts .group.padding{padding:30px 0;}
	.about_facts .graph_financ{width:100%; height:100px; padding:0 19px 15px 0;}
	.about_facts .graph_financ li{position:absolute;left:0; width:100%; height:22px; }
	.about_facts .graph_financ .g1{top:0; }
	.about_facts .graph_financ .g2{top:26px;}
	.about_facts .graph_financ .g3{top:52px;}
	.about_facts .graph_financ ul:before{width:74px; height:76px; background-image:url(./images/icons_facts_768.png);background-position:20px 18px; background-size:600px auto;}
	.about_facts .graph_financ .bar{padding-left:83px; font-size:16px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
	.about_facts .graph_financ .num{font-size:16px;}
	.about_facts .graph_financ .g1 .bar{width:80%;}
	.about_facts .graph_financ .g2 .bar{width:65%;}
	.about_facts .graph_financ .g3 .bar{width:54%;}
	.about_facts .group .unit{right:19px;bottom:20px; font-size:16px; }

	.about_facts .info_market h4{font-size:18px; padding:30px 0; }
	.about_facts .info_market li{width:50%; height:165px; font-size:16px;}
	.about_facts .info_market li:nth-child(1){margin-left:0%;}
	.about_facts .info_market .block{font-size:14px;}
	.about_facts .info_market .icon{width:46px; height:46px; margin:30px auto 15px;}
	.about_facts .info_market .m1 .icon{background-position:0px -100px;}
	.about_facts .info_market .m2 .icon{background-position:-50px -100px;}
	.about_facts .info_market .m3 .icon{background-position:-100px -100px;}
	/*.about_facts .info_market .m4 .icon{background-position:-300px -200px;}*/
	.about_facts .info_market .m5 .icon{background-position:-150px -100px;}
	.about_facts .info_market .m6 .icon{width:54px; background-position:-200px -100px;}
	.about_facts .info_market .m7 .icon{background-position:-300px -100px;}
	.about_facts .info_market .m8 .icon{background-position:-350px -100px;}

	.about_facts .info_rnd li{height:auto;float:none;width:100%;padding:25px 0;}
	.about_facts .info_rnd .main{font-size:30px;}
	.about_facts .info_rnd .icon{width:76px; height:75px; margin:0 auto 10px;}
	.about_facts .info_rnd .r1 .icon{background-position:-0px -150px;}
	.about_facts .info_rnd .r2 .icon{background-position:-100px -150px;}
	.about_facts .info_rnd .r3 .icon{background-position:-200px -150px;}
	.about_facts .info_rnd .r4 .icon{background-position:-300px -150px;}
	.about_facts .info_rnd .r4 .main{padding:0 6px; }
	.about_facts .info_rnd .r4 .main span{font-size:14px;}
	.about_facts .info_rnd .r4 .main.line{background:url(./images/facts_line.jpg) no-repeat right 15px;}

	.about_facts .info_social li{float:none; width:100%; padding:25px 0; height:auto; border-right:0;}
	.about_facts .info_social .s1 .main span{font-size:20px;}
	.about_facts .info_social .sub_title{min-width:none; font-size:22px;display:block;}
	.about_facts .info_social .sub_title.sub1 {border-right:0;margin-bottom:25px;}
	.about_facts .info_social .sub_title .icon{width:51px; height:43px; margin:10px auto;}
	.about_facts .info_social .s2 .sub_title.sub1 .icon{background-position:-0px -250px;}
	.about_facts .info_social .s2 .sub_title.sub2 .icon{background-position:-100px -250px;}
	.about_facts .info_social .s3 .sub_title .icon{background-position:-200px -250px;}
	.about_facts .info_social .s4 .sub_title.sub1 .icon{background-position:-300px -250px;}
	.about_facts .info_social .s4 .sub_title.sub2 .icon{background-position:-400px -250px;}

	.about_facts .info_envir li{width:100%; height:auto; border-bottom:1px solid #fff;float:none;padding:30px 0;}
	.about_facts .info_envir .icon{margin:0 auto 25px; width:76px; height:75px; }
	.about_facts .info_envir .e1 .icon{background-position:-100px -0px;}
	.about_facts .info_envir .e2 .icon{background-position:-200px -0px;}
	.about_facts .info_envir .e3 .icon{width:79px; background-position:-300px -0px;}
	.about_facts .info_envir .e3 .plus{font-size:12px;}

	.about_facts .info_rank li{width:100%; height:auto;border-bottom:1px solid #fff;padding:30px 0;float:none;}
	.about_facts .info_rank .icon{width:152px; height:40px; margin:0 auto 30px;}
	.about_facts .info_rank .ra1 .icon{background-position:-400px -0px;}
	.about_facts .info_rank .ra2 .icon{background-position:-400px -50px;}
	.about_facts .info_rank .ra3 .icon{background-position:-400px -100px;}

	.about_facts .graph_area{padding:0 20px; margin-top:15px;}
	.about_facts .graph_area .g_title{height:auto; padding:15px 50px 15px 0; min-height:50px; font-size:16px;}

	.about_facts .graph_area .btn_close{position:absolute;right:19px;top:6px; width:40px; height:40px; background-image:url(./images/icons_768.png); background-position:-150px -350px; background-size:300px auto;}
	.about_facts .graph_area .btn_close.on{background-position:-100px -350px;}

	.about_facts .item_graph{border-top:1px solid #ddd; padding:15px 0 53px;}
	.about_facts .item_graph .table_info{float:none; position:relative; width:100%; height:auto; padding:15px 15px 30px;}
	.about_facts .item_graph .table_info .inner{width:100%; padding-left:115px; min-height:76px;}
	.about_facts .item_graph .table_info ul{display:inline-block;}
	.about_facts .item_graph .table_info li{font-size:14px;}
	.about_facts .item_graph .table_info .ico-color{display:inline-block; width:8px; height:8px; margin-right:5px;}
	.about_facts .item_graph .table_info .ico-color.circle{border:2px solid #0a8bb0; border-radius:50%;}
	.about_facts .item_graph .table_info .icon{position:absolute;left:15px;top:8px; width:76px; height:76px; margin:0;}
	.about_facts .item_graph .table_info .icon.employee{background-position:-0px -300px;}
	.about_facts .item_graph .table_info .icon.financ{background-position:-100px -300px;}
	.about_facts .item_graph .table_info .icon.investment{background-position:-200px -300px;}
	.about_facts .item_graph .table_info .icon.brand{background-position:-300px -300px;}
	.about_facts .item_graph .table_info .icon.regist{background-position:-400px -300px;}
	.about_facts .item_graph .table_info .unit{display:inline-block; font-size:13px; margin-left:12px;}

	.about_facts .item_graph .table{float:none; position:relative; width:100%; height:253px; background:url(./images/facts_table.jpg) repeat;}
	.about_facts .item_graph .table .year{font-size:14px;}
	.about_facts .item_graph .table .bar{width:22%;}
	.about_facts .item_graph .table .num{left:5px;top:-24px; font-size:12px;}

	.about_facts .item_graph .table_employee .bar1,
	.about_facts .item_graph .table_employee .bar3,
	.about_facts .item_graph .table_employee .bar5,
	.about_facts .item_graph .table_employee .bar7,
	.about_facts .item_graph .table_employee .bar9,
	.about_facts .item_graph .table_invest .bar1,
	.about_facts .item_graph .table_invest .bar3,
	.about_facts .item_graph .table_invest .bar5,
	.about_facts .item_graph .table_invest .bar7,
	.about_facts .item_graph .table_invest .bar9{left:28.5%;}

	.about_facts .item_graph .table_financ .bar1,
	.about_facts .item_graph .table_financ .bar4,
	.about_facts .item_graph .table_financ .bar7,
	.about_facts .item_graph .table_financ .bar10,
	.about_facts .item_graph .table_financ .bar13{left:22%;}
	.about_facts .item_graph .table_financ .bar2,
	.about_facts .item_graph .table_financ .bar5,
	.about_facts .item_graph .table_financ .bar8,
	.about_facts .item_graph .table_financ .bar11,
	.about_facts .item_graph .table_financ .bar14{left:44%;}
	.about_facts .item_graph .table_financ .bar3,
	.about_facts .item_graph .table_financ .bar6,
	.about_facts .item_graph .table_financ .bar9,
	.about_facts .item_graph .table_financ .bar12,
	.about_facts .item_graph .table_financ .bar15{left:66%;}

	.about_facts .item_graph .table_invest .bar1 .num,
	.about_facts .item_graph .table_invest .bar3 .num,
	.about_facts .item_graph .table_invest .bar5 .num,
	.about_facts .item_graph .table_invest .bar7 .num,
	.about_facts .item_graph .table_invest .bar9 .num{left:-24px;}

	.about_facts .item_graph .table_brand .bar,
	.about_facts .item_graph .table_regist .bar{left:39%;}

	.about_facts .table .rank .num{font-size:18px;}
	.about_facts .table_brand .rank1{top:48%;}
	.about_facts .table_brand .rank2{top:33%;}
	.about_facts .table_brand .rank3{top:18%;}
	.about_facts .table_brand .rank4{top:14%;}
	.about_facts .table_brand .rank5{top:10%;}

}
/*
@media (max-width:760px) {
	.about_facts .graph_area .g_title.title1{padding:15px 100px 15px 0;}
}
@media (max-width:640px) {
	.about_facts .item_graph .table_info{padding:30px 0px 60px;}
	.about_facts .item_graph .table_info .inner{padding-left:190px;}
	.about_facts .item_graph .table_info .icon{left:0;}
}
*/
@media (max-width:600px) {
	.about_facts .table_brand .rank1{top:40%;}
}

@media (max-width:480px) {
/*	.about_facts .top_title2{font-size:60px;}
	.about_facts .top_title2{font-size:36px;}
	.about_facts .top_title2 span{font-size:24px;}
	.about_facts .title{padding:20px 0 20px 18px; margin-top:30px; font-size:32px;}

	.about_facts .icon{display:block; background-image:url(./images/icons_facts_768.png); background-size:600px auto;}

	.about_facts .info .main{font-size:40px;}
	.about_facts .info .main span{font-size:22px;}
	.about_facts .info .sub{font-size:22px;}
	.about_facts .info_company li{width:100%; height:auto; padding:30px 0;}


	.about_facts .group.padding{padding:30px 0 0;}
	.about_facts .graph_financ{width:100%; height:200px; padding:0 38px 0px 0;}
	.about_facts .graph_financ li{position:absolute;left:0; width:100%; height:28px; }
	.about_facts .graph_financ .g1{top:0; }
	.about_facts .graph_financ .g2{top:32px;}
	.about_facts .graph_financ .g3{top:64px;}
	.about_facts .graph_financ ul:before{width:92px; height:94px; background-image:url(./images/icons_facts_768.png);background-position:33px 28px; background-size:600px auto;}
	.about_facts .graph_financ .bar{padding-left:100px; font-size:18px;}
	.about_facts .graph_financ .num{font-size:22px;}
	.about_facts .graph_financ .g1 .bar{width:85%;}
	.about_facts .graph_financ .g2 .bar{width:65%;}
	.about_facts .graph_financ .g3 .bar{width:54%;}
	.about_facts .group .unit{right:38px;bottom:40px; font-size:22px; }

	.about_facts .info_market h4{font-size:22px; padding:30px 0; }
	.about_facts .info_market li{width:50%; height:210px; font-size:22px;}
	.about_facts .info_market li:nth-child(2n){border-right:0;}
	.about_facts .info_market .block{font-size:20px;}
	.about_facts .info_market .icon{width:46px; height:46px; margin:60px auto 10px;}
	.about_facts .info_market .m1 .icon{background-position:0px -100px;}
	.about_facts .info_market .m2 .icon{background-position:-50px -100px;}
	.about_facts .info_market .m3 .icon{background-position:-100px -100px;}
	.about_facts .info_market .m5 .icon{background-position:-150px -100px;}
	.about_facts .info_market .m6 .icon{width:54px; background-position:-200px -100px;}
	.about_facts .info_market .m7 .icon{background-position:-300px -100px;}
	.about_facts .info_market .m8 .icon{background-position:-350px -100px;}

	.about_facts .info_rnd li{height:auto;padding:30px 0;}
	.about_facts .info_rnd .main{font-size:36px;}
	.about_facts .info_rnd .icon{width:75px; height:75px; margin:0 auto 20px;}
	.about_facts .info_rnd .r1 .icon{background-position:-0px -150px;}
	.about_facts .info_rnd .r2 .icon{background-position:-100px -150px;}
	.about_facts .info_rnd .r3 .icon{background-position:-200px -150px;}
	.about_facts .info_rnd .r4 .icon{background-position:-300px -150px;}
	.about_facts .info_rnd .r4 .main{padding:0 5px; }
	.about_facts .info_rnd .r4 .main span{font-size:20px;}
	.about_facts .info_rnd .r4 .main.line{background:url(./images/facts_line.jpg) no-repeat right 12px;}

	.about_facts .info_social li{padding:30px 0;}
	.about_facts .info_social .s1 .main span{font-size:28px;}
	.about_facts .info_social .sub_title{font-size:28px;}
	.about_facts .info_social .sub_title .icon{width:51px; height:43px;}
	.about_facts .info_social .s2 .sub_title.sub1 .icon{background-position:-0px -250px;}
	.about_facts .info_social .s2 .sub_title.sub2 .icon{background-position:-100px -250px;}
	.about_facts .info_social .s3 .sub_title .icon{background-position:-200px -250px;}
	.about_facts .info_social .s4 .sub_title.sub1 .icon{background-position:-300px -250px;}
	.about_facts .info_social .s4 .sub_title.sub2 .icon{background-position:-400px -250px;}

	.about_facts .info_envir li{width:100%; height:auto; border-bottom:1px solid #fff;padding:30px 0;}

	.about_facts .info_envir .icon{margin:0 auto 10px; width:75px; height:75px; }
	.about_facts .info_envir .e1 .icon{background-position:-100px -0px;}
	.about_facts .info_envir .e2 .icon{background-position:-200px -0px;}
	.about_facts .info_envir .e3 .icon{width:79px; background-position:-300px -0px;}
	.about_facts .info_rank li{width:100%; height:auto; border-bottom:1px solid #fff;padding:30px 0;}

	.about_facts .info_rank .icon{width:152px; height:40px; margin:0 auto 30px;}
	.about_facts .info_rank .ra1 .icon{background-position:-400px -0px;}
	.about_facts .info_rank .ra2 .icon{background-position:-400px -50px;}
	.about_facts .info_rank .ra3 .icon{background-position:-400px -100px;}

	.about_facts .graph_area{padding:0 20px; margin-top:10px;}
	.about_facts .graph_area .g_title{height:auto; padding:20px 60px 20px 0; font-size:22px;}
	.about_facts .graph_area .g_title.title1{padding:10px 60px 10px 0;}
	.about_facts .graph_area .g_title.title5{padding:10px 60px 10px 0;}

	.about_facts .graph_area .btn_close{position:absolute;right:20px;top:15px; width:40px; height:40px; background-size:300px auto; background-position:-150px -350px;}
	.about_facts .graph_area .btn_close.on{background-position:-100px -350px;}

	.about_facts .item_graph{border-top:1px solid #ddd; padding:30px 0 40px;}
	.about_facts .item_graph .table_info{float:none; position:relative; width:100%; height:auto; padding:0px 20px 30px;}
	.about_facts .item_graph .table_info .inner{width:100%; min-height:80px; padding-left:110px;}
	.about_facts .item_graph .table_info ul{display:inline-block;}
	.about_facts .item_graph .table_info li{font-size:18px;}
	.about_facts .item_graph .table_info .ico-color{width:10px; height:10px; margin-right:5px;}
	.about_facts .item_graph .table_info .ico-color.circle{border:3px solid #0a8bb0; border-radius:50%;}

	.about_facts .item_graph .table_info .icon{position:absolute;left:20px;top:0px; width:75px; height:76px;}
	.about_facts .item_graph .table_info .icon.employee{background-position:-0px -300px;}
	.about_facts .item_graph .table_info .icon.financ{background-position:-100px -300px;}
	.about_facts .item_graph .table_info .icon.investment{background-position:-200px -300px;}
	.about_facts .item_graph .table_info .icon.brand{background-position:-300px -300px;}
	.about_facts .item_graph .table_info .icon.regist{background-position:-400px -300px;}
	.about_facts .item_graph .table_info .unit{display:inline-block; font-size:18px; margin-left:15px; margin-top:0;}

	.about_facts .item_graph .table{height:253px; background:url(./images/facts_table.jpg) repeat;}
	.about_facts .item_graph .table .year{font-size:14px;}
	.about_facts .item_graph .table .bar{width:22%;}
	.about_facts .item_graph .table .num{left:5px;top:-18px; font-size:12px;}
*/
	.about_facts .item_graph .table_brand:after{top:20%;}
}
@media (max-width:440px) {
	.about_facts .table_brand .rank2{top:30%;}
	.about_facts .table_brand .rank3{top:20%;}
	.about_facts .table_brand .rank4{top:16%;}
	.about_facts .table_brand .rank5{top:14%;}
}
@media (max-width:400px) {
	.about_facts .item_graph .table_brand:after{top:24%;}
	.about_facts .table_brand .rank3{top:23%;}
	.about_facts .table_brand .rank4{top:18%;}
	.about_facts .table_brand .rank5{top:16%;}
}
@media (max-width:340px) {
	.about_facts .table .rank .num{font-size:14px;}
	.about_facts .item_graph .table .num{left:0;}
	.about_facts .table_brand .rank1{top:40%;}
	.about_facts .table_brand .rank2{top:33%;}
	.about_facts .table_brand .rank3{top:26%;}
	.about_facts .table_brand .rank4{top:23%;}
	.about_facts .table_brand .rank5{top:20%;}
}
.ellipsis{
	/*position:relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap:break-word;*/
	line-height: 1.2em;
	height: 3.6em;
}
@media (max-width:768px) {
	.ellipsis{
		/*position:relative;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-wrap:break-word;*/
		line-height: 1.2em;
		/*height: 2.4em;*/
		height: 3.6em;
	}
}

.btn_nation {top:0;display:block;width:72px;height:73px;right:0px;position:fixed;font-size:0;}
.btn_nation:after{left:17px;top:24px; width:40px; height:25px;background-image:url(./images/icons_1920.png); background-position:-450px -230px;position:absolute;content:"";}
.btn_nation.select:after{left:17px;top:24px; width:40px; height:25px;background-image:url(./images/icons_1920.png); background-position:-450px -200px;position:absolute;content:"";}

.top_nation {display:none;position:fixed;top:73px;z-index:1002;right:0;border:1px solid #ebebeb;border-top:none;}
/*.top_nation .nation_ko {border-bottom:1px solid #ebebeb;}*/
.top_nation .nation_btn {width:162px;background-color:#fff;border-bottom:1px solid #ebebeb;}
.top_nation .nation_btn a {display:block;padding:9px 18px 11px;}
.top_nation .nation_btn .nation {font-size:15px;color:#363636;}
.top_nation .nation_btn:last-child {border-bottom:0}

.top_nation .nation_btn:hover {background-color:#2575dd;}
.top_nation .nation_btn:hover .nation {font-size:15px;color:#fff;}

@media (max-width:980px) {
	.btn_nation_wrap .nation_btn {display:none;}
	#header .mobile_btn .btn_nation:after{left:17px;top:24px; width:40px; height:26px;background-image:url(./images/icons_768.png); background-position:-250px -439px;position:absolute;content:"";}
	#header .mobile_btn .btn_nation.select:after{left:17px;top:24px; width:40px; height:26px;background-image:url(./images/icons_768.png); background-position:-250px -400px;position:absolute;content:"";}
}
@media (max-width:768px) {
	#header .mobile_btn .btn_nation {width:76px;height:58px;right:0px;}
	#header .mobile_btn .btn_nation:after{left:17px;top:16px;}
	#header .mobile_btn .btn_nation.select:after{left:17px;top:16px;}
	.top_nation {top:58px;}
}

/* ces_banner */
#ces_banner {margin:73px 0 0;width:100%;background-color:#201e1f;text-align:center;background-image:url(./images/banner_back01.png),url(./images/banner_back02.png);background-repeat:no-repeat;background-position:0 0,100% 100%;background-size:contain;}
#ces_banner a {display:block;padding:40px 0}
#ces_banner .ces_logo {height:41px;display:block;background-image:url(./images/banner_logo.jpg);background-repeat:no-repeat;background-size:100% auto;margin:0 auto;background-size:contain;background-position:center;text-indent:-9999px;}
#ces_banner .info {color:#fff;padding-top:20px;}
#ces_banner .info p {font-size:16px;}

@media (max-width:1024px) {
    #ces_banner .info {padding-top:12px;}
    /*#ces_wrap #ces_banner a {padding:20px 0}*/
    #ces_banner .ces_logo {height:31px;display:block;background-image:url(./images/banner_logo.jpg);background-repeat:no-repeat;background-size:contain;background-position:center;margin:0 auto;}
}

@media (max-width:768px) {
    #ces_banner {margin:58px 0 0;width:100%;background-color:#201e1f;text-align:center;background-image:url(./images/banner_back01_mobile.png),url(./images/banner_back02_mobile.png);background-repeat:no-repeat;background-position:0 0,100% 100%;background-size:auto 92px, auto 84px;}
    #ces_banner a {display:block;padding:22px 0}
    #ces_banner .ces_logo {height:20px;display:block;background-image:url(./images/banner_logo.jpg);background-repeat:no-repeat;background-size:auto 20px;margin:0 auto;}
    #ces_banner .info {padding-top:15px;}
    #ces_banner .info p {font-size:12px;}
    #ces_banner .enter {display:block;}

		/*#content_wrap {margin-top:30px;}*/
}

@media (max-width:480px) {
    #ces_banner {background-size:auto 76px, auto 64px;}
}

/* mwc_banner */
#mwc_header_banner {background-color:#121413;margin:73px 0 0;padding:13px 20px 0;}
#mwc_header_banner h2 {text-indent:-9999em;width:100%;height:108px;margin:0 auto;background-image:url(./images/mwc_header_banner.jpg);background-repeat:no-repeat;background-size:100% auto;background-size:contain;background-position:center;}
@media (max-width:768px) {
	#mwc_header_banner {margin-top:58px;padding:10px 20px 6px;}
	#mwc_header_banner h2 {height:48px;}
}

/* 160229 추가 - layout area */
#nation_wrapper {overflow:hidden; position:relative; width:100%; min-height:100%; margin:0 auto; background-color:#fff;}

#nation_header {position:absolute; width:100%; height:99px; border-bottom:1px solid #e5e5e5; }
#nation_header h1 {position:fixed;top:0; width:100%; height:99px; background-color:#fff; border-bottom:1px solid #e5e5e5; padding:28px 0 0 30px; z-index:1003;}
#nation_header h1 img{width:126px; vertical-align:top;}

#nation_content_wrap {margin-top:99px}
#nation_footer {position:absolute; bottom:0; width:100%; clear:both; height:64px; border-top:1px solid #e6e6e6; }
#nation_footer .copyright {float:right; color:#5b728d; font-family:'arial'; font-size:14px; padding:22px 33px; text-align:right}
#nation_footer .bottom {position:relative;}
#nation_footer .bottom a {display:block; padding:20px 24px; position:absolute; }


/* 160212 추가 - choose_nation */
.overlay_nation {display:none; position:fixed;left:0;top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8); z-index:2000;}

.choose_nation {max-width:660px; margin:0 auto;}
.choose_nation h2 {color:#2575dd; text-align:center; font-size:45px; font-weight:normal; padding:256px 0 56px; font-family:'SamsungIFRg', Arial, sans-serif; line-height:1.05}
.nation_list {border-top:1px solid #e6e6e6;padding:68px 0 256px;}
.nation_list:after {clear:both; display:block; content:"";}
.nation_list li {float:left; margin-bottom:26px}
.nation_list li:nth-child(2) {margin-left:54px;}
.nation_list li:nth-child(3) {float:right; padding-right:10px}
.nation_list li a {display:inline-block; line-height:25px; font-family:'SamsungIFBd', Arial, sans-serif; font-size:18px; color:#363636; letter-spacing:.5px; padding-left:51px; background:url(./images/global_icons_1920.png) no-repeat 10px 0}
.nation_list li a:hover {color:#2575dd; text-decoration:underline}
.nation_list li.usa a {background-position:10px -100px}
.nation_list li.ko a {background-position:10px -50px}
.nation_list li.vn a {background-position:10px -153px}

.choose_nation_popup {display:none; padding:30px; background:#fff; width:490px; margin-top:-161px; left:50%; top:50%; margin-left:-245px; position:absolute; height:322px; padding:25px 30px 40px; background-color:#fff; box-shadow:6px 6px 10px rgba(0,0,0,0.3); color:#363636; z-index:10001;}
.choose_nation_popup h2 {padding-bottom:20px; margin-bottom:58px; border-bottom:1px solid #d9d9d9; font-size: 32px;}
.choose_nation_popup .thank {margin-bottom: 35px; font-size: 17px; text-align:center;}
.choose_nation_popup .btns {text-align:center;}
.choose_nation_popup .btns button {width: 120px; height: 44px; margin: 0 10px; background-color: #5b728d; color: #fff; font-size: 22px; font-family: 'SamsungIFBd', Arial, sans-serif; font-weight: normal;}
.choose_nation_popup .btns .btn_submit {background-color: #2575dd;}
.choose_nation_popup .btn_choose_close {position:absolute;right:30px;top:30px; width:38px;height: 38px;background-image: url(./images/icons_1920.png); background-repeat: no-repeat; background-position: -350px -100px;font-size: 0;}

@media (max-width:768px) {
	#nation_header {height:56px}
	#nation_header h1 {padding:14px 0 0 16px; height:56px;}
	#nation_header h1 img {width:84px;}

	#nation_content_wrap {margin-top:56px;}

	#nation_footer .copyright {width:100%; font-size:12px; padding:24px 17px}
	#nation_footer .bottom a {padding-left:15px}

	.choose_nation {margin:0 32px; max-width:100%}
	.choose_nation h2 {padding:57px 0 25px; font-size:36px;}
	.nation_list {padding-top:0}
	.nation_list li {width:100%; margin:0; padding:0 !important; border-bottom:1px solid #e6e6e6}
	.nation_list li:nth-child(2) {margin-left:0}
	.nation_list li a {padding:18px 0 16px 61px; line-height:21px; background-size:22px auto ; max-width:300px; overflow:hidden; background-image: url(./images/global_icons_768.png) }
	.nation_list li.global a {background-position:16px 20px;}
	.nation_list li.ko a {background-position:16px -98px;}
	.nation_list li.usa a {background-position:16px -39px;}
	.nation_list li.vn a {background-position:16px -158px;}

	.choose_nation_popup {position:absolute; padding:24px; height:260px; width:92%; margin-left:-46%; margin-top:-130px;}
	.choose_nation_popup h2 {padding-bottom:16px; padding-right:50px; font-size:26px; margin-bottom:40px;}
	.choose_nation_popup .btn_choose_close {top:24px; right:24px; width:32px; height:32px; background:url(./images/icons_768.png) no-repeat -100px -450px; background-size:300px auto}
	.choose_nation_popup .thank {margin-bottom:22px; font-size:16px;}
	.choose_nation_popup .btns {padding-bottom:22px;}
	.choose_nation_popup .btns button {width:36%; height:48px; font-size:24px}
}

@media (max-width:480px) {
	.choose_nation {margin:0 16px}
	#nation_footer .copyright {width:73%; font-size:12px;padding:20px 15px}
}

@media (max-width:380px) {
	.choose_nation_popup {height:283px; margin-top:-142px}
}

/*포토 비디오 박스 추가*/
.more_box {padding:28px 21px;background-color:#f7f7f7;margin-bottom:42px;margin-top:8px;}
.more_box p {font-size:14px;color:#2c3442;margin-bottom:15px;}
.more_box a {font-size:14px;color:#fff;background-color:#5b728d;padding:11px 28px 11px 14px;margin-right:10px;position:relative;display:inline-block;}
.more_box a:after {width:8px;height:14px;content:"";position:absolute;top:50%;right:14px;background-image:url(../images/more_box_arrow.png);background-position:right center;background-repeat:no-repeat;margin-top:-7px;}

@media (max-width:768px) {
    #search_result .category_list {top:143px;}
    .more_box {padding:20px 10px;background-color:#f7f7f7;margin-bottom:50px;position:relative;top:0;}
    .more_box p {font-size:14px;color:#2c3442;margin-bottom:15px;}

}

@media (max-width:630px) {
    #search_result .category_list {top:162px;}
}

@media (max-width:480px) {
    #search_result .category_list {top:218px;}
    .more_box {padding:20px 10px;background-color:#f7f7f7;margin-bottom:50px;position:relative;top:0;}
    .more_box p {font-size:14px;color:#2c3442;margin-bottom:15px;}
    .more_box a {font-size:14px;color:#fff;background-color:#5b728d;padding:11px 14px;margin-right:0;margin-bottom:8px;display:block;width:212px;}
}

@media (max-width:350px) {
    #search_result .category_list {top:236px;}
}

/* contents notice 추가 2016.04.27 */
.more_box_notice {padding:28px 21px;background-color:#f7f7f7;margin-bottom:42px;margin-top:8px;}
.more_box_notice p {font-size:14px;color:#2c3442;margin-bottom:15px;}
.more_box_notice a {color:#2575dd;}

@media (max-width:768px) {
    .more_box_notice {padding:20px 10px;background-color:#f7f7f7;margin-bottom:50px;position:relative;top:0;}
    .more_box_notice p {font-size:14px;color:#2c3442;margin-bottom:15px;}
}

@media (max-width:480px) {
    .more_box_notice {padding:20px 10px;background-color:#f7f7f7;margin-bottom:50px;position:relative;top:0;}
    .more_box_notice p {font-size:14px;color:#2c3442;margin-bottom:15px;}
}



/*이벤트 메인 배너 사용시 주석 제거*/
/*#content_wrap{margin-top:30px;}
@media (max-width:980px) {
	#content_wrap{margin-top:30px;}
}*/

/*캠페인*/

/* 160809 추가 Mssing Type Campaign */
.campaign_160809 {padding:55px 57px;}
.campaign_160809 .top_title2 {text-align:center; margin-bottom:55px; font-size:55px; color:#2375db; font-family:'SamsungIFRg', Arial, sans-serif; font-weight:normal;}

.campaign_160809 .campaign_wrap .tab_list {font-size:0; text-align:center}
.campaign_160809 .campaign_wrap .tab_list li {display:inline-block; padding:0 10px; margin-bottom:22px; box-sizing:border-box}
.campaign_160809 .campaign_wrap .tab_list li button {display:block; margin:0 auto; width:133px; height:42px; white-space:nowrap; line-height:40px; font-size:17px; font-weight:600; background:#ebebeb; border:1px solid #d8d6d6}
.campaign_160809 .campaign_wrap .tab_list li.on button {background:#fff; color:#2375db; border:1px solid #2375db}
.campaign_160809 .campaign_wrap .tab_list li.cn button {font-family:'Gulim', '굴림', '굴림체'; font-weight:bold}

.campaign_160809 .campaign_wrap .tab_cont {margin-top:20px; display:none}
.campaign_160809 .campaign_wrap .tab_cont.active {display:block;}
.campaign_160809 .campaign_wrap .tab_cont  a {text-decoration:underline; color:#222}
.campaign_160809 .campaign_wrap .tit {color:#365f91; font-size:24px; margin-bottom:20px; font-family:'SamsungIFBd', Arial, sans-serif; font-weight:bold;}
.campaign_160809 .campaign_wrap .txt {margin-bottom:20px; font-size:18px; line-height:1.5; color:#4e4e4e}
.campaign_160809 .campaign_wrap .download_btn {padding:20px 0; font-size:0}
.campaign_160809 .campaign_wrap .download_btn a {position:relative; display:inline-block; padding-left:28px; color:#496581; font-size:18px;}
.campaign_160809 .campaign_wrap .download_btn a:before {content:"";display:block;position:absolute;left:0;margin-top:-8px;top:50%;width:16px;height:14px;background: url(./images/down_ico.png) no-repeat 0 0; background-size:100% auto}
.campaign_160809 .campaign_wrap .player_wrap {position:relative; margin-top:50px; max-width:100%; height:0; padding-bottom:56.25%}
.campaign_160809 .campaign_wrap .player_wrap iframe {position:absolute;width:0; left:0;width:100%; height:100%}

.campaign_160809 .campaign_wrap .tab_cont_ko  .tit,
.campaign_160809 .campaign_wrap .tab_cont_cn  .tit {font-size:20px;}
.campaign_160809 .campaign_wrap .tab_cont_ko  .txt,
.campaign_160809 .campaign_wrap .tab_cont_cn  .txt {font-size:16px;}

.campaign_160809_empty {text-align:center; padding:50% 0;font-size:30px}

#header h1 {overflow:hidden}
#header h1 .logo {position:relative; float:left; display:block; width:109px; height:38px;}
#header h1 .event_link {float:left; margin-left:8px; width:42px; height:42px; background:url(./images/event_link_ico.gif) no-repeat; background-size:100% auto; font-size:1px; text-indent:-9999px;}
#header h1 #newsroomlogo {display:block; width:100%; height:100%; position:absolute; left:0; top:0}

@media (max-width: 1279px) {
	.campaign_160809 {padding:52px}
	.campaign_160809 .campaign_wrap .tab_list li:first-child,
	.campaign_160809 .campaign_wrap .tab_list li:nth-child(3) {padding:0 10px}
}
@media (max-width: 1024px) {
	.campaign_160809 {padding:52px 32px}
}
@media (max-width:870px) {
	.campaign_160809 .campaign_wrap .tab_list li {width:33.33%;}
	.campaign_160809 .campaign_wrap .tab_list li button {max-width:133px; width:100%}
}
@media (max-width:768px) {
	.campaign_160809 {padding:52px 16px}
	.campaign_160809 .top_title2 {font-size:40px}
	.campaign_160809 .campaign_wrap h3.tit {font-size:21px}
	.campaign_160809 .campaign_wrap .tab_list li {width:auto}
	.campaign_160809 .campaign_wrap .tab_list li button {width:133px;}

	#header h1 .logo {display:block; width:86px; height:30px;}
	#header h1 .event_link {width:34px; height:34px}
}
@media (max-width:508px) {
	.campaign_160809 .campaign_wrap .tab_list li {width:33.33%; padding:0 5px}
	.campaign_160809 .campaign_wrap .tab_list li:first-child,
	.campaign_160809 .campaign_wrap .tab_list li:nth-child(3) {padding:0 5px}
	.campaign_160809 .campaign_wrap .tab_list li button {max-width:133px; width:100%;}
}
@media (max-width:480px) {
	.campaign_160809 {padding:42px 16px}
	.campaign_160809 .top_title2 {margin-bottom:42px}
	.campaign_160809 .campaign_wrap p.txt {text-align:justify; word-break:break-all; margin-bottom:10pxs}
	.campaign_160809 .campaign_wrap .tab_list li {padding:0 2px; margin-bottom:6px}
	.campaign_160809 .campaign_wrap .tab_list li:first-child,
	.campaign_160809 .campaign_wrap .tab_list li:nth-child(3) {padding:0 2px}
	.campaign_160809 .campaign_wrap .download_btn {padding:10px 0}
	.campaign_160809 .campaign_wrap .player_wrap {margin-top:25px}
	.campaign_160809 .campaign_wrap .download_btn a:before {width:17px; height:13px; margin-top:-8px; background-image:url(./images/down_ico_x2.png)}

	.campaign_160809_empty {font-size:15px}
}
@media (max-width:380px) {
	.campaign_160809 .campaign_wrap .tab_list li button {font-size:14px}
}
