@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
	
	Basic	

/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
html,body{height:100%;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, button{margin:0; padding:0;}
body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea {margin:0; padding:0;/* line-height:21px; font-size:15px;*/ font-family:'Noto Sans KR',sans-serif; color:#222;}
ul, ol, dl, dt, dd{margin:0; padding:0; list-style:none;}
img{border:none;}
hr{display:none;}
fieldset{border:none;}
legend{display:none;}
p{margin:0;}
table{table-layout:fixed; border-collapse:collapse; border-spacing:0;}
table caption{overflow:hidden; position:relative; line-height:1px; font-size:1px; text-indent:-30000px;}
.hidden{overflow:hidden; position:absolute; line-height:1px; font-size:1px; text-indent:-30000px;}

/*
@media screen and (max-width:640px){
	body, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea{line-height:19px; font-size:14px;}
}
*/

label, input, button, a, span {line-height:inherit;}

/* 초기 한글사용(한글 및 중국, 일본 사이트용) */
input[type="text"],
input[type="password"],
textarea{ime-mode:active;}

*{
	-webkit-text-size-adjust:none;
	text-size-adjust:none;
	word-wrap: break-word;
	word-break: keep-all;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
	
	Skip
	
/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#skip{position:absolute; left:0; top:0; width:100%; margin:0 auto; z-index:999;}
#skip a{display:block; position:absolute; left:0; padding:10px; color:#fff; background:#000;}
#skip a:link,
#skip a:visited,
#skip a:active{top:-10000px;}
#skip a:hover,
#skip a:focus{top:0;}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////
	
	js_slide Tag
	
/////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.js_slide{position:relative; width:100%; height:80px; padding:10px 10px 10px 130px; box-sizing:border-box;}
.js_slide .title{display:block; position:absolute; left:0; top:12px; z-index:1; width:120px; font-size:18px; text-align:center;}
.js_slide .control{position:absolute; left:0; right:auto; top:auto; bottom:0px; z-index:1; width:120px; padding:0; text-align:center;}
.js_slide .control .count{display:none;}
.js_slide .control a[class*="btn_"]{overflow:hidden; display:inline-block; width:31px; height:31px; text-indent:-1000px; border:1px solid #c5c5c5; background:#fff;}
.js_slide .control a.btn_left{background-position:0 0;}
.js_slide .control a.btn_play{display:none; background-position:0 -93px;}
.js_slide .control a.btn_stop{background-position:0 -62px;}
.js_slide .control a.btn_right{background-position:0 -31px;}
.js_slide .control ul{display:none;}
.js_slide .move{overflow:hidden; position:relative; z-index:0; width:100%; height:100%;}
.js_slide .move ul{overflow:hidden; position:absolute; left:0; top:0; width:200000px; height:100%;}
.js_slide .move ul li{float:left; width:170px; height:100%; padding:0px 5px;}
.js_slide .move ul li a{overflow:hidden; display:block; position:relative; height:100%; text-align:center; border:1px solid #c5c5c5; background-color:#f8f8f8; box-sizing:border-box;
transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.js_slide .move ul li a:hover,
.js_slide .move ul li a:focus{border:1px solid #ff6600;}
.js_slide .move ul li a span{display:block; position:absolute; left:50%; top:0; width:2000px; height:100%; margin-left:-1000px; text-align:center;}
.js_slide .move ul li img{display:block; margin:0 auto; height:100%;}

.js_slide.type_02{width:400px; height:250px; padding:0;}
.js_slide.type_02 .title{left:10px;}
.js_slide.type_02 .control{left:auto; right:10px; top:5px; width:100%; height:31px; background:#fff;}
.js_slide.type_02 .control .count{display:inline-block; letter-spacing:2px; vertical-align:middle;}
.js_slide.type_02 .control .count span{font-weight:700;}
.js_slide.type_02 .control a[class*="btn_"]{border:none; vertical-align:middle;}
.js_slide.type_02 .move{position:absolute; left:0; top:0; height:100%;}
.js_slide.type_02 .move ul{width:100%;}
.js_slide.type_02 .move ul li{float:none; position:absolute; left:100%; top:0; width:100%; padding:0;}
.js_slide.type_02 .move ul li:first-child{left:0;}
.js_slide.type_02 .move ul li a{overflow:hidden;}
.js_slide.type_02 .move ul li a:hover{border:none;}
.js_slide.type_02 .move ul li a:focus{border:1px solid #ff6600;}

.js_slide.type_03{width:100%; height:500px; padding:0;}
.js_slide.type_03 .title{
	left:10%; top:20%; width:auto; font-size:40px; text-align:left; color:#fff;
	text-shadow:1px 1px 2px #000;
	-moz-text-shadow:1px 1px 2px #000;
    -webkit-text-shadow:1px 1px 2px #000;
    -ms-text-shadow:1px 1px 2px #000;
    -khtml-text-shadow:1px 1px 2px #000;
    -o-text-shadow:1px 1px 2px #000;
}
.js_slide.type_03 .title span{display:block; line-height:22px; margin-top:10px; font-weight:400; font-size:16px;}
.js_slide.type_03 .control{left:0; bottom:auto; top:0; width:100%; height:100%;}
.js_slide.type_03 .control a[class*="btn_"]{position:absolute;}
.js_slide.type_03 .control a.btn_left,
.js_slide.type_03 .control a.btn_right{z-index:9; width:100px; height:100%; border:none; background:none;}
.js_slide.type_03 .control a.btn_play,
.js_slide.type_03 .control a.btn_stop{right:20px; bottom:20px; z-index:10; background:#fff;}
.js_slide.type_03 .control a.btn_left{left:0; top:0;}
.js_slide.type_03 .control a.btn_right{right:0; top:0;}
.js_slide.type_03 .control a.btn_left span,
.js_slide.type_03 .control a.btn_right span{display:block; position:absolute; left:0; top:50%; width:100px; height:100px; margin-top:-50px;}
.js_slide.type_03 .control a.btn_play span,
.js_slide.type_03 .control a.btn_stop span{display:block; width:100%; height:100%;}
.js_slide.type_03 .control a.btn_left span{background:url() no-repeat center 0px;}
.js_slide.type_03 .control a.btn_play{background-position:0 -93px;}
.js_slide.type_03 .control a.btn_stop{display:none; background-position:0 -62px;}
.js_slide.type_03 .control a.btn_right span{background:url() no-repeat center 0px;}
.js_slide.type_03 .control ul{display:block; position:absolute; left:0; bottom:20px; z-index:9; width:100%; text-align:left;}
.js_slide.type_03 .control ul li{display:inline-block; margin-right:4px;}
.js_slide.type_03 .control ul li:first-child{margin-left:20px;}
.js_slide.type_03 .control ul li a{
	overflow:hidden; display:block; width:20px; height:20px; text-indent:-10000px; background-color:#c5c5c5;
	border-radius:10px;
    -webkit-border-radius:10px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	
}
.js_slide.type_03 .control ul li a.on{width:50px;}
.js_slide.type_03 .move{position:absolute; left:0; top:0; height:100%;}
.js_slide.type_03 .move ul{width:100%;}
.js_slide.type_03 .move ul li{float:none; position:absolute; left:100%; top:0; width:100%; padding:0;}
.js_slide.type_03 .move ul li:first-child{left:0;}
.js_slide.type_03 .move ul li a{overflow:hidden; cursor:default;}
.js_slide.type_03 .move ul li a:hover,
.js_slide.type_03 .move ul li a:focus{border:none;}

@media screen and (max-width: 800px){
	.js_slide.type_03{height:500px;}
}
@media screen and (max-width: 600px){
	.js_slide.type_03{height:300px;}
	.js_slide.type_03 .title{left:0; top:15%; width:100%; padding:0px 10px; font-size:23px; text-align:center; box-sizing:border-box;}
	.js_slide.type_03 .title span{font-size:12px;}
	.js_slide.type_03 .control a.btn_left,
	.js_slide.type_03 .control a.btn_right{display:none;}
}

div[class*="slide_view_"]{position:relative; width:100%; height:auto; padding:0px; margin-bottom:10px; text-align:center; background-color:#f8f8f8;}
div[class*="slide_view_"] span{display:none; overflow:hidden; position:absolute; left:0; bottom:0; width:100%; height:42px; padding:6px 5px; line-height:30px; background-color:#fff; text-overflow:ellipsis; white-space:nowrap; font-size:15px; text-align:center; color:#505050; box-sizing:border-box;}
div[class*="slide_view_"] span strong{display:inline-block; font-weight:700; font-size:15px;}
div[class*="slide_view_"] img{display:block; max-width:100%; margin:0 auto;}
div[class*="slide_view_"].notitle{padding-bottom:0;}
div[class*="slide_view_"].notitle span{display:none;}
.js_slide.type_04{height:80px; padding:0px 50px;}
.js_slide.type_04 .title{display:none;}
.js_slide.type_04 .control{bottom:0; z-index:0; width:100%; height:100%;}
.js_slide.type_04 .control a.btn_play,
.js_slide.type_04 .control a.btn_stop{display:none;}
.js_slide.type_04 .control a.btn_left,
.js_slide.type_04 .control a.btn_right{display:block; position:absolute; top:0; width:40px; height:100%; border:none; background:none;}
.js_slide.type_04 .control a.btn_left{left:0;}
.js_slide.type_04 .control a.btn_right{right:0;}
.js_slide.type_04 .control a.btn_left span,
.js_slide.type_04 .control a.btn_right span{
	display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-size:auto 50% !important;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.js_slide.type_04 .control a.btn_left span{background:url(../../../images/site/skin/photo_slide_left.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_right span{background:url(../../../images/site/skin/photo_slide_right.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_left:hover span{background:#b6b6b6 url(../../../images/site/skin/photo_slide_left_on.gif) no-repeat center center;}
.js_slide.type_04 .control a.btn_right:hover span{background:#b6b6b6 url(../../../images/site/skin/photo_slide_right_on.gif) no-repeat center center;}
.js_slide.type_04 .move ul li a:hover,
.js_slide.type_04 .move ul li a:focus,
.js_slide.type_04 .move ul li a.on:link,
.js_slide.type_04 .move ul li a.on:visited,
.js_slide.type_04 .move ul li a.on:active,
.js_slide.type_04 .move ul li a.on:hover{border:2px solid #ff6600;}

#sec1 .js_slide.type_03,
#sec1 .js_slide.type_03 .txts,
#sec1 .js_slide.type_03 .txts .t_tit,
#sec1 .js_slide.type_03 .txts .s_tit,
#sec1 .js_slide.type_03 .control ul,
#sec1 .js_slide.type_03 .control ul li,
#sec1 .js_slide.type_03 .control ul li a,
#sec1 .js_slide.type_03 .control ul li a.on,
#sec1 .js_slide.type_03 .control a.btn_play, 
#sec1 .js_slide.type_03 .control a.btn_stop,
#main #container .layout,
#sec2, 
.layout .tx_bx,
.layout .tx_bx .t_tit,
.layout .tx_bx .t_txt,
.layout .tx_bx .t_txt span,
.noti .tab_btn ul,
.noti .tab_btn ul li,
.noti .tab_btn ul li a,
/*.noti .tab_cont .js_slide,*/
/*.noti .tab_cont .js_slide .move ul li,*/
.noti .tab_cont .js_slide .move ul li .img_bx,
.noti .tab_cont .js_slide .move ul li .img_bx .down_bx,
.noti .tab_cont .js_slide .move ul li .txt_bx,
.noti .tab_cont a.more_btn,
#sec3,
.notibox2 .tab_cont ul li a,
.notibox2 .tab_cont ul li a span,
#sec4 .link_t,
#sec4 .link_t li,
#sec4 .link_t li a,
#sec4 .link_t li a:before,
#sec4 .js_slide .move,
/*#sec4 .js_slide .move ul li,*/
#sec4 .js_slide .move ul li a,
#sec4 .js_slide .move ul li a .more_btn:after{transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}

#main #container{width: auto;}

/*  #sec1  */
#sec1 .js_slide.type_03{height: 727px;}
#sec1 .js_slide.type_03 .move ul li{text-indent: -9999px; background-repeat: no-repeat; background-size: cover; background-position: center bottom;}
#sec1 .js_slide.type_03 .move ul li:first-child{background-image: url(../images/main/sec1_vis09.jpg);}
#sec1 .js_slide.type_03 .move ul li:nth-child(2){background-image: url(../images/main/sec1_vis06.jpg);}
#sec1 .js_slide.type_03 .move ul li:nth-child(3){background-image: url(../images/main/sec1_vis07.jpg);}
#sec1 .js_slide.type_03 .move ul li:nth-child(4){background-image: url(../images/main/sec1_vis08.jpg);}
#sec1 .js_slide.type_03 .move ul li:nth-child(5){background-image: url(../images/main/sec1_vis10.jpg);}
#sec1 .js_slide.type_03 .layout{position: relative; width: 100%; height: 100%; top: 0;}
#sec1 .js_slide.type_03 .txts{position: absolute; top: 50%; left: 50%; width: 100%; max-width: 1280px; height: 100%; margin: 0 auto; transform: translate(-50%,-50%); z-index: 1; color: #fff; font-family: "CoreDream";}
#sec1 .js_slide.type_03 .txts div{position: absolute; top: 30%; transform: translateY(-30%);}
#sec1 .js_slide.type_03 .txts .t_tit{display: block; margin-bottom: 15px; font-size: 28px; line-height: 39px; font-weight: 300;}
#sec1 .js_slide.type_03 .txts .s_tit{font-size: 65px; line-height: 82px; letter-spacing: -3.25px; font-weight: 300;}
#sec1 .js_slide.type_03 .txts .s_tit strong{display: block; font-weight: 600;}
#sec1 .js_slide.type_03 .control{position: relative; left: auto; top: auto; bottom: 35%; z-index: 2; max-width: 1280px; margin: 0 auto;}
#sec1 .js_slide.type_03 .control ul{max-width:1280px; width: auto; margin: 0 auto;}
#sec1 .js_slide.type_03 .control a.btn_left,#sec1 .js_slide.type_03 .control a.btn_right{display: none;}
#sec1 .js_slide.type_03 .control ul li{margin-right: 15px;}
#sec1 .js_slide.type_03 .control ul li:first-child{margin-left: 0;}
#sec1 .js_slide.type_03 .control ul li a{width: 12px; height: 12px; background-color: transparent; border: 1px solid #fff; box-sizing: border-box; border-radius: 50%; -webkit-border-radius: 50%;}
#sec1 .js_slide.type_03 .control ul li a.on{width: 12px; height: 12px; background-color: #fff;}
#sec1 .js_slide.type_03 .control a.btn_play, #sec1 .js_slide.type_03 .control a.btn_stop{width: 12px; height: 14px; right: auto; left: 136px; background: none; border: none;}
#sec1 .js_slide.type_03 .control a.btn_play{background: url(../images/main/visual_play.svg) no-repeat center center;}
#sec1 .js_slide.type_03 .control a.btn_stop{background: url(../images/main/visual_stop.svg) no-repeat center center;}

/*  #sec2,#sec3 공통  */
#sec2,#sec3{position: relative; padding-top: 140px; padding-bottom: 115px; box-sizing: border-box;}
.layout .tx_bx{position: absolute; left: 0;}
.layout .tx_bx .t_tit{display: block; font-size: 48px; line-height: 67px; font-family: "CoreDream"; font-weight: 600;}
.layout .tx_bx .t_tit span{display: block; }
.layout .tx_bx .t_txt{margin-top: 48px; font-size: 17px; line-height: 25px; letter-spacing: -0.34px; color: #8b929a;}
.layout .tx_bx .t_txt span{display: block;}
.noti{position: relative; padding-left: 27%; box-sizing: border-box;}
.noti .tab_btn{margin-bottom: 60px;}
.noti .tab_btn ul:after{content: ""; display: block; clear: both;}
.noti .tab_btn ul li{float: left; margin-right: 10px;}
.noti .tab_btn ul li:last-child{margin-right: 0;}
.noti .tab_btn ul li a{display: inline-block; padding: 11px 15px; color: #666; font-family: "CoreDream"; font-size: 18px; line-height: 25px; letter-spacing: -0.45px; border-radius: 32px; -webkit-border-radius: 32px; box-sizing: border-box; background: #f8f8f8;}
.noti .tab_btn ul li a.on,
.noti .tab_btn ul li a:hover{background-color: #004585; color: #fff;}
.noti .tab_cont{display: none; }
.noti .tab_cont.on{display: block; min-height:230px;}
.noti .tab_cont a.more_btn{position: absolute; top: 12px; right: 0; padding-right: 20px; font-family: 'CoreDream'; font-size: 15px; font-weight: 500; line-height: 21px; letter-spacing: -0.38px; color: #004585; box-sizing: border-box;}
.noti .tab_cont a.more_btn:after{content: ""; position: absolute; top: 50%; right: 0; display: block; width: 10px; height: 15px; background: url(../images/main/more_btn.svg) no-repeat center center; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.noti .tab_cont a.more_btn:hover:after{
    animation: left_t 1s linear 0s infinite alternate;
}
@keyframes left_t{
    0%{right: 0;}
    50%{right: -10px;}
    100%{right: 0;}
}

/*  #sec2  */
#sec2{padding-bottom: 72px;}
#sec2:after{content: ""; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 40%; background: url(../images/main/sec2_bg.jpg);}
.noti .tab_cont .js_slide{position: relative; height: 510px; padding: 0;}
.noti .tab_cont .js_slide .control{width: 100%; height: 100%; /*z-index: 2;*/}
.noti .tab_cont .js_slide .control a{position: absolute; top: 32.5%; width: 35px; height: 60px; background-image: url(../images/main/slide_btn.png); background-repeat: no-repeat; background-position: center center; border: none; transform: translateY(-32.55%); -webkit-transform: translateY(-32.55%);}
.noti .tab_cont .js_slide .control a:focus,
.noti .tab_cont .js_slide .control a:hover{background-image: url(../images/main/slide_btn_on.png);}
.noti .tab_cont .js_slide .control a.btn_left{left: -93px;}
.noti .tab_cont .js_slide .control a.btn_right{right: -93px; transform: translateY(-32.55%) rotate(180deg); -webkit-transform: translateY(-32.55%) rotate(180deg);}
.noti .tab_cont .js_slide .control a.btn_play,
.noti .tab_cont .js_slide .control a.btn_stop{display: none !important;}
.noti .tab_cont .js_slide .move{z-index: 1;}
.noti .tab_cont .js_slide .move ul{width: 2000px; overflow: visible;}
.noti .tab_cont .js_slide .move ul:after{content:""; display: block; clear: both; }
.noti .tab_cont .js_slide .move ul li{width: 334px;padding: 0px 72px 0 0;box-sizing: border-box;}
.noti .tab_cont .js_slide .move ul li:last-child{margin-right: 0;}
.noti .tab_cont .js_slide .move ul li .img_bx{position: relative; width: calc(100% - 10px); height: 343px; margin-bottom: 50px; box-shadow: 10px 10px  #b3cadf;}
.noti .tab_cont .js_slide .move ul li .img_bx img{display: inline-block; width: 100%; height: 100%; border: 1px solid #b3cadf; box-sizing: border-box;}
.noti .tab_cont .js_slide .move ul li .img_bx .down_bx{opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.noti .tab_cont .js_slide .move ul li .img_bx .down_bx:before{content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../images/main/sec2_imgbxbg.png) no-repeat center center; background-size: cover;}
.noti .tab_cont .js_slide .move ul li .img_bx:hover ~ p{color: #004585;}
.noti .tab_cont .js_slide .move ul li p:hover + .img_bx{display: none;}
.noti .tab_cont .js_slide .move ul li .img_bx:hover .down_bx{opacity: 1; visibility: visible; }
.noti .tab_cont .js_slide .move ul li .img_bx .down_bx a{position: absolute; top: 50%; left: 50%; width: 115px; height: 115px; padding: 56px 0 34px; line-height: 24px; font-size: 16px; color: #004585; font-weight: 500; background-color: #fff; background-size: cover; border: none; box-sizing: border-box; border-radius: 50%; -webkit-border-radius: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); }
.noti .tab_cont .js_slide .move ul li .img_bx .down_bx a:before{content: ""; position: absolute; top: 30%; left: 50%; display: block; width: 26px; height: 26px; background: url(../images/main/sec2_down_ico.svg) no-repeat center center; transform: translate(-50%,-30%); -webkit-transform: translate(-50%,-30%);}
.noti .tab_cont .js_slide .move ul li .txt_bx{display: -webkit-box; height: 112px; padding: 0 5px; font-size: 17px; line-height: 28px; color: #545454; box-sizing: border-box; overflow: hidden; word-break:break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 4; text-overflow: ellipsis; text-align:center;}

/*  #sec3  */
.notibox2 .tab_btn{margin-bottom: 35px;}
.notibox2 .tab_cont ul li{position: relative; padding:23px 20px 23px 32px; border-bottom: 1px solid #E3E9EF; box-sizing: border-box;}
.notibox2 .tab_cont ul li:last-child{border-bottom: 0;}
.notibox2 .tab_cont ul li:before{content: ""; position: absolute; left: 14px; top: 50%; display: block; width: 5px; height: 5px; background-color: #ced8e2; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.notibox2 .tab_cont ul li:after{content: ""; display: block; clear: both; }
.notibox2 .tab_cont ul li a,.notibox2 .tab_cont ul li p{float: left;}
.notibox2 .tab_cont ul li a{overflow: hidden; display: inline-block; width: 100%; padding-right: 125px; font-size: 18px; line-height: 23px; color: #2e2e2e; text-overflow: ellipsis; white-space: nowrap; box-sizing: border-box;}
.notibox2 .tab_cont ul li a span{position: absolute; top: 50%; right: 20px; display: inline-block; width: 90px; font-size: 17px; line-height: 23px; color: #2e2e2e; text-align: center; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.notibox2 .tab_cont ul li:hover a,
.notibox2 .tab_cont ul li:focus a,
.notibox2 .tab_cont ul li:hover a span,
.notibox2 .tab_cont ul li:focus a span{color: #f5a022;}

.notibox2 .tab_btn ul li:hover a,
.notibox2 .tab_btn ul li:focus a,
.notibox2 .tab_btn ul li a.on {background-color:#f5a022;}


/*  #sec2,#sec4 슬라이드 제스쳐  */
.noti .fin_slide, #sec4 .js_slide .move .fin_slide{position: absolute; top: 45%; left: calc((100% + 27%) / 2); z-index: 6; display: block; width: 190px; height: 73px; background: rgba(0, 0, 0, 0.6); box-shadow: 5px 5px 6px 0 rgba(0, 0, 0, 0.16); border-radius: 50px; transform: translate(-50%,-45%);}
.noti .fin_slide p,#sec4 .js_slide .move .fin_slide p{content: ""; position: absolute; top: 30%; left: 50%; z-index: 6; display: block; width: 100%; height: 100%; background:url(../images/main/fin_slide.png) no-repeat center center; text-indent: -9999px; border-radius: 50px; transform: translate(-50%,-30%); animation: fin_slide 1.8s linear 0s infinite;}
#sec4 .js_slide .move .fin_slide{top: 50%; left: 50%; transform: translate(-50%,-50%);}
@keyframes fin_slide{
    0%{left: 50%;}
    25%{left: 40%;}
    50%{left: 50%;}
    75%{left: 60%;}
    100%{left: 50%;}
}

/*  #sec4  */
#sec4{position: relative; padding: 115px 0 85px; box-sizing: border-box;}
#sec4:after{content: ""; position: absolute; top: 0; left: 0; z-index: -1; display: block; width: 100%; height: 58%; background: url(../images/main/sec4_bg02.jpg) no-repeat center center; background-size: cover; }
#sec4 .link_t {text-align:center;}
#sec4 .link_t:after{content: ""; display: block; clear: both;}
#sec4 .link_t li{/*float: left;*/ display:inline-block; width: 160px; height: 160px; margin-right: calc((100% - 960px) / 5); border-radius: 50%; -webkit-border-radius: 50%;}
/*#sec4 .link_t li:last-child{margin-right: 0;}*/
#sec4 .link_t li a{position: relative; display: inline-block; width: 100%; height: 100%;  padding: 99px 0 38px; line-height: 23px; font-size: 16px; text-align: center; color: #fff; font-family: 'CoreDream'; border: 1px solid rgba(255, 255, 255, 0.4); border-radius: 50%; -webkit-border-radius: 50%; background-color: rgba(0,0,0,0.2); box-sizing: border-box;}
#sec4 .link_t li a:before{content: ""; position: absolute; top: 30%; left: 50%; display: block; width: 60px; height: 60px; background-repeat: no-repeat; background-position: center center; background-size: contain; transform: translate(-50%,-30%); -webkit-transform: translate(-50%,-30%);}
#sec4 .link_t li:first-child a:before{background-image: url(../images/main/sec4_me_ico1.svg);}
#sec4 .link_t li:nth-child(2) a:before{background-image: url(../images/main/sec4_me_ico2.svg);}
#sec4 .link_t li:nth-child(3) a:before{background-image: url(../images/main/sec4_me_ico3.svg);}
#sec4 .link_t li:nth-child(4) a:before{background-image: url(../images/main/sec4_me_ico4.svg);}
#sec4 .link_t li:nth-child(5) a:before{background-image: url(../images/main/sec4_me_ico5.svg);}
#sec4 .link_t li:nth-child(6) a:before{background-image: url(../images/main/sec4_me_ico6.svg);}
#sec4 .link_t li:hover a{background-color: #fff; color: #004585;}
#sec4 .link_t li:first-child:hover a:before{background-image: url(../images/main/sec4_me_ico1on.svg);}
#sec4 .link_t li:nth-child(2):hover a:before{background-image: url(../images/main/sec4_me_ico2on.svg);}
#sec4 .link_t li:nth-child(3):hover a:before{background-image: url(../images/main/sec4_me_ico3on.svg);}
#sec4 .link_t li:nth-child(4):hover a:before{background-image: url(../images/main/sec4_me_ico4on.svg);}
#sec4 .link_t li:nth-child(5):hover a:before{background-image: url(../images/main/sec4_me_ico5on.svg);}
#sec4 .link_t li:nth-child(6):hover a:before{background-image: url(../images/main/sec4_me_ico6on.svg);}
#sec4 .js_slide{height: 348px; padding: 0; margin-top: 85px;}
#sec4 .js_slide .control{width: 100%; height: 100%; z-index: 0;}
#sec4 .js_slide .control a{position: absolute; top: 50%; width: 35px; height: 60px; background-image: url(../images/main/slide_btn.png); background-repeat: no-repeat; background-position: center center; background-color: transparent; border: none; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
#sec4 .js_slide .control a:focus,
#sec4 .js_slide .control a:hover{background-image: url(../images/main/slide_btn_on.png);}
#sec4 .js_slide .control a.btn_left{left: -61px;}
#sec4 .js_slide .control a.btn_right{right: -61px; transform: translateY(-50%) rotate(180deg); -webkit-transform: translateY(-50%) rotate(180deg);}
#sec4 .js_slide .control a.btn_stop,#sec4 .js_slide .control a.btn_play{display: none !important;}
#sec4 .js_slide .move{z-index: 1;}
#sec4 .js_slide .move ul{width: 800%;}
#sec4 .js_slide .move ul li{position: relative; width: 100%; max-width: 437px; padding: 0 37px 0 0; box-sizing: border-box;}
#sec4 .js_slide .move ul li a{position: absolute; top: 0; left: 0; display: block; width: calc(100% - 41px); height: calc(100% - 20px); padding: 105px 0 0; margin-top: 10px; margin-left: 4px; background-color: #fff; border: none; box-shadow: 2px 2px 8px rgba(0, 69, 133, 0.26); box-sizing: border-box;}
#sec4 .js_slide .move ul li a:before{content: ""; position: absolute; top: 12%; left: 50%; display: block; width: 50px; height: 60px; background-repeat: no-repeat; background-position: center center; background-size: contain; transform: translate(-50%,-12%); -webkit-transform: translate(-50%,-12%);}
#sec4 .js_slide .move ul li.ico1 a:before{background-image: url(../images/main/sec4_slide_ico1.png);}
#sec4 .js_slide .move ul li.ico2 a:before{background-image: url(../images/main/sec4_slide_ico2.png);}
#sec4 .js_slide .move ul li.ico3 a:before{background-image: url(../images/main/sec4_slide_ico3.png);}
#sec4 .js_slide .move ul li.ico4 a:before{background-image: url(../images/main/sec4_slide_ico4.png);}
#sec4 .js_slide .move ul li.ico5 a:before{background-image: url(../images/main/sec4_slide_ico5.png);}
#sec4 .js_slide .move ul li.ico6 a:before{background-image: url(../images/main/sec4_slide_ico6.png);}
#sec4 .js_slide .move ul li.ico7 a:before{background-image: url(../images/main/sec4_slide_ico7.png);}
#sec4 .js_slide .move ul li.ico8 a:before{background-image: url(../images/main/sec4_slide_ico8.png);}
#sec4 .js_slide .move ul li a .tit{display: block; padding: 0 5px; font-size: 26px; line-height: 37px; letter-spacing: -1.3px; font-family: 'CoreDream'; font-weight: 500; margin-bottom: 20px; color: #2e2e2e; box-sizing: border-box;}
#sec4 .js_slide .move ul li a .txt{display: -webkit-box; padding: 0 15%; margin-bottom: 38px; height: 68px; font-size: 15px; line-height: 23px; font-weight: 300; color: #717171; overflow: hidden; word-break:break-word; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; }
#sec4 .js_slide .move ul li a .more_btn{position: relative; display: inline-block; font-size: 17px; line-height: 23px; color: #004585; font-weight: 500; }
#sec4 .js_slide .move ul li a .more_btn:after{content: ""; position: absolute; top: 50%; right: -20px; display: block; width: 10px; height: 15px; background: url(../images/main/sec4_more_btn.png) no-repeat center center; background-size: contain; transform: translateY(-50%);}
#sec4 .js_slide .move ul li a:hover{background-color: #004585;}
#sec4 .js_slide .move ul li a:hover .tit{color: #fff;}
#sec4 .js_slide .move ul li a:hover .txt{color: rgba(255, 255, 255, 0.6);}
#sec4 .js_slide .move ul li a:hover .more_btn{color: #fff;}
#sec4 .js_slide .move ul li.ico1 a:hover:before{background-image: url(../images/main/sec4_slide_ico1on.png);}
#sec4 .js_slide .move ul li.ico2 a:hover:before{background-image: url(../images/main/sec4_slide_ico2on.png);}
#sec4 .js_slide .move ul li.ico3 a:hover:before{background-image: url(../images/main/sec4_slide_ico3on.png);}
#sec4 .js_slide .move ul li.ico4 a:hover:before{background-image: url(../images/main/sec4_slide_ico4on.png);}
#sec4 .js_slide .move ul li.ico5 a:hover:before{background-image: url(../images/main/sec4_slide_ico5on.png);}
#sec4 .js_slide .move ul li.ico6 a:hover:before{background-image: url(../images/main/sec4_slide_ico6on.png);}
#sec4 .js_slide .move ul li.ico7 a:hover:before{background-image: url(../images/main/sec4_slide_ico7on.png);}
#sec4 .js_slide .move ul li.ico8 a:hover:before{background-image: url(../images/main/sec4_slide_ico8on.png);}
#sec4 .js_slide .move ul li a:hover .more_btn:after{display: block;}

@media all and (max-width: 1510px){
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding-top: 110px; padding-bottom: 65px;}
    
    /*  #sec2  */
    #sec2{padding-bottom: 55px;}
    .noti .tab_cont .js_slide{width: 800px;height: 445px;margin: 0 auto;}
    .noti .tab_cont .js_slide .move ul li{width: 280px;padding: 0 39px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{width: calc(100% - 10px);height: 300px;margin-bottom: 40px;}
    .noti .tab_cont .js_slide .control a{top: 32.5%; width: 28px; height: 48px; background-size: contain; transform: translateY(-32.55%); -webkit-transform: translateY(-32.55%);}
    .noti .tab_cont .js_slide .control a.btn_left{left: -70px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -70px;}
    .noti .tab_cont .js_slide .move ul li .txt_bx{font-size: 16px; line-height: 24px;}
    
    /*#sec4*/
    #sec4 .js_slide .move{position: relative;width: 89vw;margin: 0 auto;}
    #sec4 .js_slide .move ul li{width: 100%;max-width: 30vw;padding:0 30px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 34px); padding: 100px 0 0;}
    #sec4 .js_slide .move ul li a:before{width: 45px; height: 54px;}
    #sec4 .js_slide .move ul li a .tit{margin-bottom: 20px; font-size: 24px; line-height: 35px;}
    #sec4 .js_slide .move ul li a .txt{height: 69px; margin-bottom: 40px; padding: 0 25px;}
    #sec4 .js_slide .move ul li a .more_btn{font-size: 16px;}
    #sec4 .js_slide .control{position: relative;left: auto;bottom: 50%;max-width: 89vw;height: auto;margin: 0 auto;font-family: 'CoreDream';}
    #sec4 .js_slide .control a.btn_left{left: -56px;}
    #sec4 .js_slide .control a.btn_right{right: -51px;}
}

@media all and (max-width: 1310px){
    .noti .tab_btn{overflow-x: auto; width:90%; margin-bottom: 20px;-ms-overflow-style: none; }
    .noti .tab_btn ul {width:80vw}
    #main #container .layout{padding: 0 30px; box-sizing: border-box;}
    .layout .tx_bx{left: 30px;}
    
    /*  #sec1  */
    #sec1 .js_slide.type_03 .txts{padding: 0 20px; box-sizing: border-box;}
    #sec1 .js_slide.type_03 .control ul{left: 20px;}
    #sec1 .js_slide.type_03 .control a.btn_play, #sec1 .js_slide.type_03 .control a.btn_stop{left: 128px;}
    
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding-top: 85px; padding-bottom: 60px;}
    #sec2{padding-bottom: 45px;}
    
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 690px;height: 400px;}
    .noti .tab_cont .js_slide .move ul li{width: 243px;padding: 0 39px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{height: 260px;margin-bottom: 35px;}
    .noti .tab_cont .js_slide .move ul li .txt_bx{height: 96px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -55px;}
    .noti .tab_cont .js_slide .control a.btn_left{left: -55px;}
    
    /*#sec4*/
    #sec4 .js_slide .move{width: 86vw;}
    #sec4 .js_slide .move ul li{max-width: 29.2vw;padding:0 30px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 34px); padding: 100px 0 0;}
    #sec4 .js_slide .control{max-width: 100%;}
    #sec4 .js_slide .control a.btn_left{left: -5px;}
    #sec4 .js_slide .control a.btn_right{right: 0;}
}
@media all and (max-width: 1160px){    
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 600px;height: 370px;}
    .noti .tab_cont .js_slide .move ul li{width: 205px;padding: 0 25px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{height: 240px;margin-bottom: 25px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -60px;}
    .noti .tab_cont .js_slide .control a.btn_left{left: -60px;}
    
    /*#sec4*/
    #sec4 .link_t li{width: 140px; height: 140px; margin-right: calc((100% - 840px) / 5);}
    #sec4 .link_t li a{padding: 85px 0 30px; font-size: 15px;}
    #sec4 .link_t li a:before{width: 48px; height: 48px;}
    #sec4 .js_slide .move ul li{padding:0 24px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 28px); padding: 100px 0 0;}
    #sec4 .js_slide .move ul li a .tit{margin-bottom: 20px; font-size: 23px; line-height: 35px; letter-spacing: -1.7px;}
    #sec4 .js_slide .move ul li a .txt{height: 92px; margin-bottom: 20px; padding: 0 20px; -webkit-line-clamp: 4;}
    #sec4 .js_slide .control a.btn_left{left: -15px;}
    #sec4 .js_slide .control a.btn_right{right: -10px;}
}
@media all and (max-width: 1024px){
    #main #container .layout{padding: 0 20px;}
    .noti .tab_btn {width:100%;}
    .noti .tab_btn ul {width:auto;}
    /*  #sec1  */
    #sec1 .js_slide.type_03{height: 453px;}
    #sec1 .js_slide.type_03 .txts div{width: 100%; left: 0; top: 35%; transform: translateY(-35%); text-align: center;}
    #sec1 .js_slide.type_03 .txts .t_tit{margin-bottom: 10px; font-size: 26px;}
    #sec1 .js_slide.type_03 .txts .s_tit{font-size: 54px; line-height: 70px; letter-spacing: -2.7px;}
    #sec1 .js_slide.type_03 .control{bottom: 20%;}
    #sec1 .js_slide.type_03 .control ul{left: calc((100% - 20px) / 2); transform: translateX(-50%);}
    #sec1 .js_slide.type_03 .control a.btn_play, #sec1 .js_slide.type_03 .control a.btn_stop{left: calc((100% + 90px) / 2); }
    
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding: 55px 0;}
    .layout .tx_bx{position: static; left: auto; margin-bottom: 30px; text-align: center; }
    .layout .tx_bx .t_tit{font-size: 36px; line-height: 48px;}
    .layout .tx_bx .t_tit span{display: inline-block;}
    .layout .tx_bx .t_txt{display: none;}
    .noti{padding-left: 0;}
    .noti .tab_btn{margin-bottom: 30px; text-align: center;}
    .noti .tab_btn ul{display: inline-block;}
    .noti .tab_btn ul li{margin-right: 10px;}
    .noti .tab_btn ul li a{padding: 8px 20px; font-size:17px; line-height: 24px;}
    .noti .tab_cont a.more_btn{top: 10px;}
    
    /*  #sec2  */
    #sec2 .layout{margin-bottom: 30px;}
    .noti .tab_cont .js_slide{width: 785px;height: 445px;margin: 0 auto;}
    .noti .tab_cont .js_slide .move ul li{position: relative; width: 277px; padding: 0 47px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{position: static; }
    .noti .tab_cont .js_slide .move ul li .img_bx{width: calc(100% - 10px);height: 294px;margin-bottom: 25px;}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx{opacity: 1; visibility: visible; position: absolute; top: auto; bottom: -0; width: calc(100% - 50px); height: auto; margin: 0 1.5%; border: 1px solid #bbb; box-sizing: border-box;}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx:before{display: none;}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx a{position: relative; top: auto; bottom: 0; left: auto; width: 100%; height: auto; padding: 10px 17px; text-align: left; background-color: transparent; color: #545454; font-size: 14px; line-height: 20px; transform: translate(0,0); -webkit-transform: translate(0,0); border-radius: 0; -webkit-border-radius: 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx a:before{left: auto; right: 5px; width: 18px; height: 18px; background: url(../images/main/sec2_down_icot.svg) no-repeat center center; transform: translate(-50%,0); -webkit-transform: translate(-50%,0);}
    .noti .tab_cont .js_slide .control a{top: 32.5%; width: 28px; height: 48px; background-size: contain; transform: translateY(-32.55%); -webkit-transform: translateY(-32.55%);}
    .noti .tab_cont .js_slide .control a.btn_left{left: -55px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -55px;}
    .noti .tab_cont .js_slide .move ul li .txt_bx{height: 66px;padding: 0 10px;font-size: 15px;line-height: 22px;-webkit-line-clamp: 3;}
    .noti .tab_cont a.more_btn:hover:after{animation: none;}
    #sec2 .noti .tab_cont a.more_btn{top: auto; bottom: -45px; z-index: 1;}
    .noti .tab_cont .js_slide .move{position: relative;}
    
    /*  #sec3  */
    .notibox2 .tab_btn{margin-bottom: 15px;}
    .notibox2 .tab_cont ul{height: 220px; overflow: hidden;}
    .notibox2 .tab_cont ul li{padding:16px 20px 16px 32px;}
    .notibox2 .tab_cont ul li:nth-child(4){border-bottom: none;}
    .notibox2 .tab_cont ul li:before{left: 14px; width: 5px; height: 5px;}
    .notibox2 .tab_cont ul li a{padding-right: 100px; font-size: 17px; line-height: 22px;}
    .notibox2 .tab_cont ul li a span{right: 20px; width: 90px; font-size: 16px; line-height: 22px;}

    /*  #sec2,#sec4 슬라이드 제스쳐  */
    .noti .fin_slide, #sec4 .js_slide .move .fin_slide{top: 40%; left: 50%; transform: translate(-50%,-40%);}
    #sec4 .js_slide .move .fin_slide{top: 50%; transform: translate(-50%,-50%);}
    
    /*  #sec4  */
    #sec4{padding: 70px 0 40px;}
    #sec4:after{height: 63%;}
    #sec4 .link_t li{width: 130px; height: 130px; margin-right: calc((100% - 780px) / 5);}
    #sec4 .link_t li a{padding: 77px 0 28px;}
    #sec4 .link_t li a:before{width: 42px; height: 42px;}
    #sec4 .js_slide{height: 300px; margin-top: 50px; margin-bottom: 60px;}
    #sec4 .js_slide .move{position: relative;width: calc(100vw - 40px);margin: 0 auto;}
    #sec4 .js_slide .move ul li{width: 100%;max-width: calc(50vw - 15px);padding:0 30px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 34px); padding: 80px 0 0;}
    #sec4 .js_slide .move ul li a:hover{background-color: #fff;}
    #sec4 .js_slide .move ul li a:before{width: 40px; height: 48px; top: 10%; transform: translate(-50%,-10%);}
    #sec4 .js_slide .move ul li a .tit{margin-bottom: 15px; font-size: 24px; line-height: 35px;}
    #sec4 .js_slide .move ul li a .txt{height: 69px; margin-bottom: 25px; padding: 0 25px; -webkit-line-clamp: 3;}
    #sec4 .js_slide .move ul li a:hover .tit{color: #2e2e2e;}
    #sec4 .js_slide .move ul li a:hover .txt{color: #717171;}
    #sec4 .js_slide .move ul li a:hover .more_btn{color: #004585;}
    #sec4 .js_slide .move ul li a:hover .more_btn:after{display: none;}
    #sec4 .js_slide .move ul li.ico1 a:hover:before{background-image: url(../images/main/sec4_slide_ico1.png);}
    #sec4 .js_slide .move ul li.ico2 a:hover:before{background-image: url(../images/main/sec4_slide_ico2.png);}
    #sec4 .js_slide .move ul li.ico3 a:hover:before{background-image: url(../images/main/sec4_slide_ico3.png);}
    #sec4 .js_slide .move ul li.ico4 a:hover:before{background-image: url(../images/main/sec4_slide_ico4.png);}
    #sec4 .js_slide .move ul li.ico5 a:hover:before{background-image: url(../images/main/sec4_slide_ico5.png);}
    #sec4 .js_slide .move ul li.ico6 a:hover:before{background-image: url(../images/main/sec4_slide_ico6.png);}
    #sec4 .js_slide .move ul li.ico7 a:hover:before{background-image: url(../images/main/sec4_slide_ico7.png);}
    #sec4 .js_slide .move ul li.ico8 a:hover:before{background-image: url(../images/main/sec4_slide_ico8.png);}
    #sec4 .js_slide .control{position: relative;left: auto;bottom: -25px;max-width: 100vw;height: auto;margin: 0 auto;font-family: 'CoreDream';}
    #sec4 .js_slide .control a{width: 25px; height: 43px; background-size: contain;}
    #sec4 .js_slide .control a.btn_left{left: 0;}
    #sec4 .js_slide .control a.btn_right{right: 0;}
    #sec4 .js_slide .control .count{display: block; font-size: 18px; line-height: 25px; color: #004585;}
    #sec4 .js_slide .control .count span{display: inline-block; margin: 0 5px;}
}
@media all and (max-width: 940px){
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 705px; height: 425px;}
    .noti .tab_cont .js_slide .move ul li{width: 247px; padding: 0 37px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{height: 274px;}
    .noti .tab_cont .js_slide .control a.btn_left{left: -50px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -50px;}
    .noti .tab_cont .js_slide .control a{top: 30%; transform: translateY(-30%); -webkit-transform: translateY(-30%);}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx{width: calc(100% - 40px);}
    
    /*  #sec4  */
    #sec4 .link_t li{width: 115px; height: 115px; margin-right: calc((100% - 690px) / 5);}
    #sec4 .link_t li a{padding: 67px 0 22px; font-size: 14px;}
    #sec4 .link_t li a:before{width: 39px; height: 39px;}
    #sec4 .js_slide .move ul li{padding:0 30px 0 0;}
}
@media all and (max-width: 840px){
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding: 55px 0;}
    
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 81vw;height: 395px;}
    .noti .tab_cont .js_slide .move ul li{width: 28vw;max-width: 377px;padding: 0 27px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{height: 244px;}
    .noti .tab_cont .js_slide .control a.btn_left{left: -50px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -50px;}
    .noti .tab_cont .js_slide .control a{top: 28%; transform: translateY(-28%); -webkit-transform: translateY(-28%);}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx{width: calc(100% - 30px);}
    
    /*  #sec4  */
    #sec4 .link_t li{width: 140px; height: 140px; /*margin: 0 calc((100% - 420px) / 6);*/}
    #sec4 .link_t li:nth-child(n+4){margin-top: 40px;}
    #sec4 .link_t li a{padding: 85px 0 30px; font-size: 15px;}
    #sec4 .link_t li a:before{width: 48px; height: 48px;}
    #sec4 .js_slide .move ul li{ padding:0 26px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 30px);}
}
@media all and (max-width: 740px){
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 530px; height: 350px;}
    .noti .tab_cont .js_slide .move ul li{width: 42vw;max-width: 278px;padding: 0 27px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{width: 160px;height: 200px;margin: 0 auto 25px;}
    .noti .tab_cont .js_slide .control a{top: 30%; width: 22px; height: 38px;  transform: translateY(-30%); -webkit-transform: translateY(-30%);}
    .noti .tab_cont .js_slide .control a.btn_left{left: -30px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -30px;}
    
    /*  #sec4  */
    #sec4{padding: 65px 0 30px; }
    #sec4 .link_t li{width: 140px; height: 140px; margin: 0 calc((100% - 640px) / 4);}
    #sec4 .link_t li:nth-child(n+3){margin-top: 40px;}
    #sec4 .link_t li a{padding: 85px 0 30px; font-size: 15px;}
    #sec4 .link_t li a:before{width: 48px; height: 48px;}
    #sec4 .js_slide .move ul li{max-width: calc(50vw - 20px);padding:0 21px 0 0;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 25px);}
}
@media all and (max-width: 640px){
    /*  #sec1  */
    #sec1 .js_slide.type_03{height: 250px;}
    #sec1 .js_slide.type_03 .control{bottom: 9%;}
    #sec1 .js_slide.type_03 .control ul li{margin-right: 12px;}
    #sec1 .js_slide.type_03 .control ul li a,
    #sec1 .js_slide.type_03 .control ul li a.on{width: 10px; height: 10px;}
    #sec1 .js_slide.type_03 .control a.btn_play, #sec1 .js_slide.type_03 .control a.btn_stop{width: 10px; height: 12px; left: calc((100% + 74px) / 2);}
    #sec1 .js_slide.type_03 .txts div{top: 40%; transform: translateY(-40%);}
    #sec1 .js_slide.type_03 .txts .t_tit{font-size: 21px; line-height: 29px; margin-bottom: 10px;}
    #sec1 .js_slide.type_03 .txts .s_tit{font-size: 32px;line-height: 42px; letter-spacing: -1.6px;}
    
    
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding: 30px 0 40px;}
    #main #container .layout{margin-bottom: 0;}
    .layout .tx_bx{margin-bottom: 12px;}
    .layout .tx_bx .t_tit{font-size: 31px; line-height: 41px; }
    .noti .tab_btn ul{white-space: nowrap; position: relative; width:auto; margin: 0 auto;}
    .noti .tab_btn ul li{display:inline-block; float: none; width:auto; margin-right: 0;}
    .noti .tab_btn ul li a{position: relative; padding: 5px 5px; margin: 0 7px; font-size: 16px; line-height: 23px; background-color: transparent;}
    .noti .tab_btn ul li a.on, .noti .tab_btn ul li a:hover{background-color: transparent; color: #004585;}
    .noti .tab_btn ul li a.on:after{content: ""; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 3px; background-color: #004585;}
    .noti .tab_cont a.more_btn{position: relative; top: auto; bottom: auto; right: auto; display: block; width: 100%; padding: 11px 0; border: 1px solid #5a84ab; text-align: center; font-size: 13px; line-height: 19px; letter-spacing: -0.33px; }
    .noti .tab_cont a.more_btn:after{right: calc(50% - 40px); transform: translate(-50%,-50%); }\
    
    
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 100%;}
    .noti .tab_cont .js_slide{width: 80vw;}
    .noti .tab_cont .js_slide .move{margin: 0 auto; }
    .noti .tab_cont .js_slide .control a.btn_left{left: -30px;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -30px;}
    #sec2 .noti .tab_btn ul{padding-right: 20px; box-sizing: border-box;}
    #sec2 .noti .tab_cont a.more_btn{position: absolute; top: 8px; bottom: auto; right:0; z-index: 1; width: 14px; height: 14px; padding: 5px; /*margin-right: -215px;*/ background-color:#fff; border: none; text-indent: -9999px;}
    #sec2 .noti .tab_cont a.more_btn:before{content: ""; position: absolute; top: 0; right: 50%; width: 2px; height: 100%; background-color: #004585; transform: translate(50%,0);}
    #sec2 .noti .tab_cont a.more_btn:after{right: 0; width: 100%; height: 2px; background: none; background-color: #004585; transform: translate(0,-50%);}
    
    /*  #sec2,#sec4 슬라이드 제스쳐  */
    .noti .fin_slide,#sec4 .js_slide .move .fin_slide{width: 130px; height: 58px; }
    .noti .fin_slide p,#sec4 .js_slide .move .fin_slide p{background-size: 22%;}

    /*  #sec3  */
    .notibox2 .tab_btn{margin-bottom: 15px;}
    .notibox2 .tab_cont ul{height: 195px; margin-bottom: 15px;}
    .notibox2 .tab_cont ul li{padding:8px 10px;}
    .notibox2 .tab_cont ul li:nth-child(3){border-bottom: none;}
    .notibox2 .tab_cont ul li:before{display: none;}
    .notibox2 .tab_cont ul li a{padding-right: 0; font-size: 16px; line-height: 24px;}
    .notibox2 .tab_cont ul li a span{position: relative; top: auto; right: auto; display: block; width: 100%; font-size: 14px; line-height: 24px; text-align: left; transform: translateY(0); -webkit-transform: translateY(0);}
    
    /*  #sec4  */
    #sec4{padding: 0 0 20px;}
    #main #container #sec4 .layout{padding: 0;}
    #sec4 .link_t{position: relative; width: 100%; height: auto; }
    #sec4 .link_t:before{content: ""; position: absolute; top: 0; left: 50%; display: block; width: 1px; height: 100%; background-color: rgba(255, 255, 255, 0.2); transform: translateX(-50%);}
    #sec4 .link_t li{float:left; width: 50%; height: 125px; margin: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2); border-radius: 0; -webkit-border-radius: 0; box-sizing: border-box;}
    #sec4 .link_t li:nth-child(n+3){margin-top: 0;}
    #sec4 .link_t li a{padding: 75px 0 25px; border: none; border-radius: 0; -webkit-border-radius: 0;}
    #sec4 .link_t li a:before{width: 42px; height: 42px;}
    #sec4 .js_slide{padding: 0 20px; margin-top: 25px; box-sizing: border-box;}
    #sec4 .js_slide .move{width:100%;}
    #sec4 .js_slide .move ul{width: 800%;}
    #sec4 .js_slide .move ul li{max-width: calc(100% / 8); padding:0 ;}
    #sec4 .js_slide .move ul li a{width: calc(100% - 10px);}
    #sec4 .js_slide .move ul li a .tit{font-size: 23px; line-height: 33px;}
    #sec4 .js_slide .move ul li a .more_btn{font-size: 15px;}
    #sec4 .js_slide .control{bottom: -20px; max-width: calc(100% - 10px); }
    #sec4 .js_slide .control a{width: 20px; height: 34px; background-size: contain;}
    #sec4 .js_slide .control .count{font-size: 16px;}
    
}
@media all and (max-width: 480px){
    /*  #sec1  */
    #sec1 .js_slide.type_03 .txts .t_tit{margin-bottom: 5px; font-size: 17px; line-height: 23px;}
    #sec1 .js_slide.type_03 .txts .s_tit{font-size: 29px; line-height: 39px}
    
    /*  #sec2,#sec3 공통  */
    #sec2, #sec3{padding: 30px 0;}
    .layout .tx_bx .t_tit{font-size: 27px; line-height: 37px; }
    
    /*  #sec2  */
    .noti .tab_cont .js_slide{height: 320px;}
    .noti .tab_cont .js_slide .move ul li{max-width: 198px;padding: 0 20px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{height: 170px;width: 135px;}
    .noti .tab_cont .js_slide .move ul li .txt_bx{font-size: 14px;}
    .noti .tab_cont .js_slide .control a{top: 25%; transform: translateY(-25%); -webkit-transform: translateY(-25%);}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx{width: calc(100% - 25px);}
    #sec2 .noti .tab_btn{width: calc(100% - 25px);}
    #sec2 .noti .tab_btn ul{padding-right: 0; }
    
    /*  #sec3  */
    .notibox2 .tab_cont ul{height: 180px;}
    .notibox2 .tab_cont ul li a{font-size: 15px; line-height: 22px;}
    .notibox2 .tab_cont ul li a span{font-size: 13px; line-height: 21px;}
    #sec2 .noti .tab_cont a.more_btn{right: 0; margin-right: 0;}
    
    /*  #sec4  */
    #sec4 .link_t li{height: 100px;}
    #sec4 .link_t li a{padding: 60px 0 15px; font-size: 14px;}
    #sec4 .link_t li a:before{width: 36px; height: 36px;}
    #sec4 .js_slide .move ul li a .tit{font-size: 22px;}
    #sec4 .js_slide .move ul li a .txt{padding: 0 15px; font-size: 14px;}
    #sec4 .js_slide .move ul li a .more_btn{font-size: 14px;}
    #sec4 .js_slide .control .count{font-size: 15px;}
}
@media all and (max-width: 400px){
    /*  #sec2  */
    .noti .tab_cont .js_slide{width: 100%; height: 370px;}
    .noti .tab_cont .js_slide .move{width: 100%;}
    .noti .tab_cont .js_slide .move ul li{width: 100vw;max-width: 100vw;padding: 0 42px 0 0;}
    .noti .tab_cont .js_slide .move ul li .img_bx{width: calc(100% - 60px); height: 220px; margin-left: 30px;}
    .noti .tab_cont .js_slide .control a{top: 28%; transform: translateY(-28%); -webkit-transform: translateY(-28%);}
    .noti .tab_cont .js_slide .control a.btn_left{left: 0;}
    .noti .tab_cont .js_slide .control a.btn_right{right: -10px;}
    .noti .tab_cont .js_slide .move ul li .txt_bx{padding: 0 25px 0 10px;}
    .noti .tab_cont .js_slide .move ul li .img_bx{position: static;width: 175px;margin: 0 auto 25px;}
    .noti .tab_cont .js_slide .move ul li .img_bx .down_bx{width: calc(100% - 57px);margin: 0;}
}


.main-layer {max-width:768px; position:absolute; left:70% !important; z-index:500; margin-left:-293px; border:5px solid #004585; top:180px; box-shadow:15px 15px 50px rgba(0, 0, 0, 0.1);}
.main-layer img{max-width:100%}
.main-layer a.layer-close{display: inline-block; position:absolute; right:0px; top:0px; max-width:50px;}
#main-layer-bg {position:absolute; z-index:499; background:rgba(0, 0, 0, 0.6); width:100%; height:100%; left:0; top:0;}

@media all and (max-width:587px){
.main-layer{max-width:95%; left:0 !important; margin-left:0}
}