@charset "utf-8";

/* Codefram CDT | 허주원 | 2019-04-29 */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&subset=korean');

/*common*/

html,
body {
    height: 100%;
}

body {
    text-align: left;
    font-size: 14px;
    color: #444;
    line-height: 1;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
span,
form,
fieldset,
p,
button,
address,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
hgroup,
menu,
main,
nav,
section,
summary,
mark,
time {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input,
button,
textarea,
select {
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}


/*-webkit-appearance: none*/

button,
textarea {
    -webkit-appearance: none
}

img,
fieldset,
iframe {
    border: 0 none
}

li {
    list-style: none
}

img,
input,
select,
button,
textarea {
    vertical-align: middle;
    box-sizing: border-box;
}

img {
    max-width: 100%
}

em,
address,
optgroup {
    font-style: normal
}

label,
button {
    cursor: pointer
}

label {
    top: 2px;
    position: relative;
}

button {
    margin: 0;
    padding: 0;
    border: 0;
    background: none
}

a {
    box-sizing: border-box
}

a:link {
    text-decoration: none;
    color: #3a3a3a;
}

a:visited {
    color: #333
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #3a3a3a
}

hr {
    display: none
}

legend,
caption {
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px
}

p {
    text-align: left;
    font-weight: 400;
    word-break: keep-all
}

table {
    width: 100%;
    font-weight: 400;
    border-spacing: 0
}


/*skip 네비게이션*/

#skip-navi {
    position: absolute;
    top: 0;
    height: 0px;
    width: 100%;
    z-index: 1000;
}

#skip-navi a {
    display: block;
    height: 1px;
    width: 1px;
    margin-bottom: -1px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

#skip-navi a:focus,
#skip-navi a:active {
    display: block;
    top: 0;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background: #021b87;
}


/*공통 레이아웃*/

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
}
#header {
    position: relative;
    height: 100px;
    width: 100%;
    background-color:#fff;
}
#header .header-inner {
    position: relative;
    width:1280px;
    margin:0 auto;
}
#header .header-inner h1.logo {
    position: absolute;
    left:0;
    top:10px;
    width:190px;
    height:76px;
    z-index:1100;
}
#header .header-inner h1.logo img {
    width:190px;
    height:76px;
}
#header .header-inner .top-util {
    position: absolute;
    right:0;
    top:20px;
    z-index:1100;
}
#header .header-inner .top-util li {
    float:left;
    margin:0 3px;
}
#header .header-inner .top-util li a {
    position: relative;
    display: inline-block;
    width:36px;
    height:36px;
    font-size:0;
}
#header .header-inner .top-util li a .count {
    position: absolute;
    display: inline-block;
    left:3px;
    width:17px;
    height:17px;
    background-color:#ea5f5f;
    border-radius: 50%;
    color:#fff;
    font-size:12px;
    text-align: center;
    line-height: 17px;
}
#header .header-inner .top-util li a.tum01 {
    background:url(../../images/common/icon_top_util01.png);
    background-size:19px 20px;
    background-repeat: no-repeat;
    background-position: right center;
}
#header .header-inner .top-util li a.tum02 {
    background:url(../../images/common/icon_top_util02.png);
    background-size:15px 14px;
    background-repeat: no-repeat;
    background-position: center center;
}
#header .header-inner .top-util li a.tum03 {
    background:url(../../images/common/icon_top_util03.png);
    background-size:17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
}

/*전체메뉴*/
#header .total-menu {
	position:absolute;
	display:none;
	top:100px;
	left:0;
	width:100%;
	background-color:#fff;
	z-index:10000;
	border-top: 1px solid #e9e9e9;
}
#header .total-menu .inner {
	position:relative;
	width:1280px;
	padding:50px 0;
	margin:0 auto;
}
#header .total-menu .inner .tmenu-close {
	position:absolute;
	display:inline-block;
	right:0;
	top:45px;
	height:34px;
	font-size:14px;
	color:#fff;
	font-family:'noto sans kr';
	line-height:34px;
	background-color:#bbbbbb;
	padding:0 15px 0 30px;
	border-radius:5em;
}
#header .total-menu .inner .tmenu-close:before {
	position:absolute;
	left:10px;
	font-size:18px;
}
#header .total-menu .inner > .tit {
	font-size:30px;
	color:#333;
	font-family:'noto sans kr';
	font-weight:300;
}
#header .total-menu .inner .tmenu-wrap {
	margin-top:30px;
	display:inline-block;
	width:100%;
}
#header .total-menu .inner .tmenu-wrap .tmenu {
	float:left;
	width:19.375%;
	margin:0 0.3125%;
}
#header .total-menu .inner .tmenu-wrap .tmenu:nth-child(3) {
	position:absolute;
	left:20%;
	top:250px;
}
#header .total-menu .inner .tmenu-wrap .tmenu > .tit {
	font-size:18px;
	color:#2073da;
	font-family:'noto sans kr';
	font-weight:500;
	padding:20px;
	border-bottom:2px solid #2073da;
}
#header .total-menu .inner .tmenu-wrap .tmenu ul {
	padding:20px;
}
#header .total-menu .inner .tmenu-wrap .tmenu ul > li {
	padding-bottom:20px;
}
#header .total-menu .inner .tmenu-wrap .tmenu ul > li a {
	font-size:16px;
	color:#333;
	font-weight:500;
	font-family:'noto sans kr';
}
#header .total-menu .inner .tmenu-wrap .tmenu ul > li > ul{
	padding:15px 0 0 0;
}
#header .total-menu .inner .tmenu-wrap .tmenu ul > li > ul > li{
	padding-bottom:10px;
}
#header .total-menu .inner .tmenu-wrap .tmenu ul > li > ul > li a{
	font-size:15px;
	color:#555;
	font-weight:300;
	font-family:'noto sans kr';
}



/*검색*/
#header .smartsearch {
    display:none;
    position:absolute;
    top:100px;
    left:0;
    width:100%;
    height:180px;
    background-color:#fff;
    border-top:1px solid #e9e9e9;
    z-index:900;
}
#header .smartsearch .inner {
	position:relative;
    text-align:center;
	width:1280px;
	margin:0 auto;
    margin-top:40px;
}
#header .smartsearch .inner .sch-close {
	position:absolute;
	display:inline-block;
	right:0;
	top:0;
	height:34px;
	font-size:14px;
	color:#fff;
	font-family:'noto sans kr';
	line-height:34px;
	background-color:#bbbbbb;
	padding:0 15px 0 30px;
	border-radius:5em;
}
#header .smartsearch .inner .sch-close:before {
	position:absolute;
	left:10px;
	font-size:18px;
}
#header .smartsearchBox {
    margin:0 auto;
}
#header .smartsearchBox fieldset {
    display:inline-block;
    margin:0 10px;
}
#header .smartsearchBox .search_wrapbox {
    position:relative;
}
#header .smartsearchBox .search_wrapbox label {
    float:left;
    font-size:20px;
    color:#fff;
    line-height:59px;
    margin-right:10px;
}
#header .smartsearchBox .search_wrapbox form {
    float:left;
}
#header .smartsearchBox .search_wrapbox .input_keyword {
    float:left;
    font-size:18px;
    padding:0 25px;
    line-height:57px;
    height:57px;
    background:#fff;
    width:640px;
    border:0;
    border-bottom:2px solid #555;
}
::-webkit-input-placeholder { /* 크롬 4–56 */
    color: #aaa;
}
:-moz-placeholder { /* 파이어폭스 4–18 */
   color: #aaa;
   opacity:  1;
}
::-moz-placeholder { /* 파이어폭스 19–50 */
   color: #aaa;
   opacity:  1;
}
:-ms-input-placeholder { /* 인터넷 익스플로러 10+ */
   color:  #aaa;
}
::placeholder { /* 파이어폭스 51+, 크롬 57+ */
   color: #aaa;
   opacity:  1;
}
#header .smartsearchBox .search_wrapbox #smtsubmit {
    position: relative;
    width:60px;
    height:59px;
    border:0;
    cursor: pointer;
    background:url(../../images/common/icon_search.png) no-repeat center center;
    background-size:30px;
}
#header .smartsearchBox .keyword-wrap {
    position: relative;
    width:620px;
    margin:0 auto;
    margin-top:10px;
    text-align: left;
}
#header .smartsearchBox .keyword-wrap .tit {
    display: inline-block;
    float:left;
    font-size:14px;
    color:#fff;
    background-color:#de4b63;
    border-radius:5em;
    padding:7px 15px;
}
#header .smartsearchBox .keyword-wrap .keyword-list {
    position: relative;
}
#header .smartsearchBox .keyword-wrap .keyword-list li {
    float:left;
}
#header .smartsearchBox .keyword-wrap .keyword-list li a {
    position: relative;
    display: inline-block;
    padding:7px 15px;
    font-size:15px;
    color:#555;
    font-family:'noto sans kr';
}
#header .smartsearchBox .keyword-wrap .keyword-list li a:before {
    position: absolute;
    left:0;
    bottom:8px;
    content:'';
    width:2px;
    height:5px;
    background-color:#dcdcdc;
}
#header .smartsearchBox .keyword-wrap .keyword-list li:first-child a:before {
    display: none;
}

#header .btn-menu-m {
    display:none;
    position: absolute;
    right:40px;
    top:30px;
}



/* 상단메뉴 */
#gnbArea {
    position:relative;
    min-height:100px;
    background:#fff;
    z-index:1000;
}
#gnb {
    position:relative;
    margin:0 auto;
    padding:0 140px 0 260px;
    max-width:1280px;
    z-index:1000;
}
#gnb .gnb_menu {
    width:100%;
}
#gnb .gnb_menu:after {
    display:block;
    clear:both;
    content:'';
}
#gnb .gnb_menu > li {
    float:left;
    background:url('../../images/common/gnb_li_line.gif') no-repeat left 5px;
}
#gnb .gnb_menu > li:first-child {
    background:none
}
#gnb .gnb_menu > li > a {
    position:relative;
    display:block;
    padding:40px 28px;
    font-size:20px;
    color:#111;
    text-decoration:none;
    font-weight:400;
    font-family: 'noto sans kr';
}
#gnb .gnb_menu > li > a::after{
    position:absolute;
    left:15%;
    bottom:0;
    width:70%;
    height:0;
    content:'';
    transition: all 0.3s ease 0s;
}
#gnb .gnb_menu > li > a.action::after{
    width:70%;
    height:4px;
    background:#3271c5;
}
#gnb .gnb_menu > li > a.action{
    color:#136ccf
}
#gnb .gnb_menu .gnbsingle {
    position:absolute;
    left:0;
    top:101px;
    width:100%;
    z-index:10;
    background-image: url(../../images/common/gnb_bg.png);
    background-position: -320px top;
    background-repeat-y: repeat;
}

#gnb .gnb_menu .gnbsingle .gnb_mbox > ul {
    position: relative;
    display:inline-block;
    width:320px;
    margin-left:320px;
    padding-top:40px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn1_m1 {
    padding-bottom:26px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn2_m1 {
    padding-bottom:60px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn3_m1 {
    padding-bottom:134px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn4_m1 {
    padding-bottom:171px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn5_m1 {
    padding-bottom:29px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul.gn6_m1 {
    padding-bottom:60px;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li {
    display:inline-block;
    width:100%;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li.noDepth > a:before {
    display:none;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > a {
    position: relative;
    display:inline-block;
    width:100%;
    height:37px;
    font-size:17px;
    color:#1a5bb1;
    padding:9px 20px 13px;
    transition: .2s;
    font-family: 'noto sans kr';
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > a:hover,
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > a.on {
    color:#fff;
    background-color:#1a5bb1;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > a:hover:before,
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > a.on:before {
    position: absolute;
    top:10px;
    right:25px;
    content:'\e930';
    color:#fff;
    font-family:'feather';
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > ul {
    display: none;
    position: absolute;
    width:320px;
    top:0;
    left:320px;
    padding-top:40px;
}

#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > ul.on {
    display: block;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > ul > li {
    display:inline-block;
    width:100%;
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > ul > li > a {
    display:inline-block;
    width:100%;
    height:37px;
    font-size:17px;
    color:#666;
    padding:9px 20px 13px;
    transition: .2s;
    font-family: 'noto sans kr';
}
#gnb .gnb_menu .gnbsingle .gnb_mbox > ul > li > ul > li > a:hover {
    background-color:#f4f4f4;
}

#gnb .gnb_menu .gnbsingle .gnb_txt {
    position:absolute;
    top:0;
    left:0;
    padding:45px 10px 0 0;
    width:320px;
    height:425px;
    letter-spacing:-1px;
}
#gnb .gnb_menu .gnbsingle .gnb_txt::after{
    position:absolute;
    right:1px;
    bottom:0;
    content:'';
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position:right bottom;
}
#gnb .gnb_menu #gnb2th_1 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg1.png')
}
#gnb .gnb_menu #gnb2th_2 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg2.png')
}
#gnb .gnb_menu #gnb2th_3 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg3.png')
}
#gnb .gnb_menu #gnb2th_4 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg4.png')
}
#gnb .gnb_menu #gnb2th_5 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg5.png')
}
#gnb .gnb_menu #gnb2th_6 .gnb_txt::after{
    background-image:url('../../images/common/gnb_txt_bg6.png')
}
#gnb .gnb_menu .gnbsingle .gnb_txt h2 {
    margin-bottom:10px;
    font-size:35px;
    color:#111;
    line-height:1.1em;
    font-weight:500;
    font-family: 'noto sans kr';
}
#gnb .gnb_menu .gnbsingle .gnb_txt p{
    font-size:15px;
    color:#777;
    line-height:1.6em;
    font-weight:300;
    font-family: 'noto sans kr';
}

#gnb_Bg {
    position:absolute;
    display:none;
    top:100px;
    left:0;
    width:100%;
    background-color:#fff;
    z-index:10;
    border-top:1px solid #e9e9e9;
    border-bottom:3px solid #3271c5;
    /*background-image: url(../../images/common/gnb_bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size:auto;*/
}

#content-wrap {
    position: relative;
    overflow:hidden;
    width: 100%;
}


#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 900;
}

/*msu service*/
.service-btn-box {
    position:absolute;
    bottom:265px;
    left:50%;
    margin-left:-640px;
    width:1280px;
}
.service-btn-box .btn-open {
    display: none;
    width:160px;
    height:44px;
    background-color:#0daea5;
    text-align: center;
}
.service-btn-box .btn-open span {
    position: relative;
    font-size:15px;
    color:#fff;
    font-family:'montserrat';
    font-weight:600;
    line-height: 44px;
    padding-right:25px;
}
.service-btn-box .btn-open span:before {
    position: absolute;
    right:0;
    content:'\e935';
    font-family: 'feather';
    color:#fff;

}

.service-wrap {
    position: fixed;
    display:none;
    bottom:0;
    overflow:hidden;
    width:100%;
    background:url(../../images/common/service_bg.png) repeat-x center top;
    z-index:9999;
}
.service-wrap .service-inner {
    width:1280px;
    height:90px;
    margin:0 auto;
    margin-top:40px;
}
.service-wrap .service-inner .service-close {
    position: relative;
    display: table;
    float:left;
    width:160px;
    height:90px;
    background-color:#0daea5;
    z-index: 110;
    text-align: center;
}
.service-wrap .service-inner .service-close span {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size:15px;
    color:#fff;
    font-family: 'Montserrat';
    font-weight: 600;
    padding:0 25px 0 0;
}
.service-wrap .service-inner .service-close span:before {
    position: absolute;
    right:8px;
    content: '\e92e';
    color:#fff;
    font-family: 'feather';
    font-size:18px;
}
.service-wrap .service-inner .service-list {
    position: relative;
    float:left;
    z-index: 110;
}
.service-wrap .service-inner .service-list li {
    float:left;
    width:160px;
    border-right:1px solid #415398;
}
.service-wrap .service-inner .service-list li a{
    display: inline-block;
    width:160px;
    height:90px;
    text-align: center;
}
.service-wrap .service-inner .service-list li a span{
    display: inline-block;
    font-size:14px;
    color:#fff;
    padding-top:55px;
    background-repeat: no-repeat;
    background-position: center 15px;
    font-family: 'noto sans kr';
}
.service-wrap .service-inner .service-list li a.m01 span{
    background-image:url(../../images/common/icon-service01.png);
    background-size:auto 29px;
}
.service-wrap .service-inner .service-list li a.m02 span{
    background-image:url(../../images/common/icon-service02.png);
    background-size:auto 29px;
}
.service-wrap .service-inner .service-list li a.m03 span{
    background-image:url(../../images/common/icon-service03.png);
    background-size:auto 29px;
}
.service-wrap .service-inner .service-list li a.m04 span{
    background-image:url(../../images/common/icon-service04.png);
    background-size:auto 29px;
}
.service-wrap .service-inner .service-list li a.m05 span{
    background-image:url(../../images/common/icon-service05.png);
    background-size:auto 29px;
}
.service-wrap .service-inner .service-list li a.m06 span{
    background-image:url(../../images/common/icon-service06.png);
    background-size:auto 150px;
    background-position: center top;
    padding-top:80px;
    padding-bottom:20px;
    line-height: 1.2em;
}
.service-wrap .service-inner .service-list li a.m07 span{
    background-image:url(../../images/common/icon-service07.png);
    background-size:auto 29px;
}

.service-wrap .service-inner .service-list li a.m08 span{
    background-image:url(../../images/common/icon-service08.png);
    background-size:auto 29px;
}
/* On-line e-Learning(eClass) icon 추가작업 */
.service-wrap .service-inner .service-list li a.m09 span{
    background-image:url(../../images/common/icon_service04_wh.png); 
    background-size:auto 29px;
}

.service-wrap .service-inner .service-list li a.m06{
    margin-top:-40px;
    height:130px;
}

#footer .foot-menu-wrap {
    background-color:#e1e2ee;
}
#footer .foot-menu-wrap .foot-menu-inner {
    position: relative;
    width:1280px;
    overflow:hidden;
    margin:0 auto;
    padding:15px 0;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu {
    position: relative;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu li {
    float:left;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu li a {
    position: relative;
    color:#4e4f61;
    font-size:14px;
    font-family:'noto sans kr';
    padding:0 14px;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu li a:before {
    position: absolute;
    content: '';
    width:1px;
    height:14px;
    right:0;
    top:4px;
    background-color:#c5c6d7;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu li:last-child a:before {
    display: none;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-menu li a.color {
    color:#0982af;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-sns {
    position: absolute;
    right:0;
    top:14px;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-sns li {
    float:left;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-sns li a {
    display: inline-block;
    padding:0 10px;
}
#footer .foot-menu-wrap .foot-menu-inner .foot-sns li a img {
    height:17px;
}
#footer .foot-info-wrap {
    height:220px;
    background-color: #161836;
}
#footer .foot-info-wrap .foot-info-inner {
    position: relative;
    width:1280px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
}
#footer .foot-info-wrap .foot-info-inner h1.foot-logo {
    position: absolute;
    left: 10px;
    top: 35px;
    width: 190px;
    height: 76px;
    z-index: 1100;
}
#footer .foot-info-wrap .foot-info-inner h1.foot-logo img {
    opacity: 0.5;
}
#footer .foot-info-wrap .foot-info-inner .address {
    position: relative;
    margin:60px 0 0 260px;
    font-size:13px;
    color:#fff;
    font-family:'noto sans kr';
    line-height: 1.4em;
}
#footer .foot-info-wrap .foot-info-inner .address .license {
    display: block;
    color:#a2a3b1;
    font-family:'Montserrat';
    margin-top:8px;
    line-height: 1.4em;
}
#footer .foot-info-wrap .foot-info-inner .foot-mark {
    position: absolute;
    right:0;
    top:35px;
}
#footer .foot-info-wrap .foot-info-inner .foot-mark li {
    float:left;
    margin:0 10px;
}
#footer .foot-info-wrap .foot-info-inner .foot-mark li:last-child {
    margin-right:0;
}
#footer .foot-info-wrap .foot-info-inner .foot-mark li img {
    width:93px;
}
.btn_top {
    position: absolute;
    /*display: none;*/
    width: 80px;
    height: 80px;
    bottom: 400px;
    left: 50%;
    margin-left: 675px;
    text-align: center;
    background-color: #f1f2f7;
    z-index:9999;
}
.btn_top span {
    position: relative;
    display: inline-block;
    padding-top:20px;
    font-size: 16px;
    color: #333f8c;
    font-weight: 500;
    line-height: 50px;
    font-family: 'noto sans kr';
}
.btn_top span:before {
    position: absolute;
    content:'\e935';
    top:0;
    left:50%;
    transform:translateX(-50%);
    font-family:'feather';
    font-size:20px;
    color:#333f8c;

}

/*상단팝업*/
.top-popup {
    position: relative;
    overflow: hidden;
    /*display: none;*/
    margin-top:-170px;
    width:100%;
    height:170px;
    background-color:#363b9a;
}
.top-popup .top-popup-inner {
    position: relative;
    width:960px;
    height:170px;
    margin:0 auto;
}
.top-popup .top-popup-inner:before {
    position: absolute;
    content:'';
    width:1px;
    height:150px;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../../images/common/top_popup_line.png) no-repeat;
}

.top-popup .top-popup-inner .swiper-pagination {
    position: absolute;
    width:60px;
    height:20px;
    right:100px;
    left:auto;
    top:30px;
    color:#fff;
    font-size:14px;
    font-family:'noto sans kr';
    font-weight:300;
}
.top-popup .top-popup-inner .pop-carousel .slick-counter {
    position: absolute;
    top: 103px;
    right: -60px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-family: 'noto sans kr';
}
.top-popup .top-popup-inner .pop-carousel .slick-prev {
    position: absolute;
    right: -95px;
    top: 100px;
}
.top-popup .top-popup-inner .pop-carousel .slick-prev:before {
    content: '\e92f';
    font-family: 'feather';
    font-size: 20px;
    color: #fff;
}
.top-popup .top-popup-inner .pop-carousel .slick-next {
    position: absolute;
    right: -145px;
    top: 100px;
}
.top-popup .top-popup-inner .pop-carousel .slick-next:before {
    content: '\e930';
    font-family: 'feather';
    font-size: 20px;
    color: #fff;
}

.top-popup .top-popup-inner .pop-carousel .slick-arrow {
    width: 20px;
    height: 20px;
    z-index: 20;
    font-size:0;
}
.top-popup .top-popup-inner .buttons {
    position: absolute;
    top:101px;
    right:-120px;
    width:20px;
    height:20px;
}
.top-popup .top-popup-inner .buttons button {
    background-position: center center;
    background-repeat: no-repeat;
    background-size:8px 10px;
    font-size:0;
    width:20px;
    height:20px;
}
.top-popup .top-popup-inner .buttons .pause {
    background-image:url(../../images/common/icon_pause.png);
}
.top-popup .top-popup-inner .buttons .play {
    display:none;
    background-image:url(../../images/common/icon_play.png);
}
.top-popup .top-popup-inner .pop-close {
    position: absolute;
    bottom:0;
    right:-150px;
    display:inline-block;
    width:120px;
    height:36px;
    background-color:#222;
    text-align: center;
}
.top-popup .top-popup-inner .pop-close span {
    position: relative;
    display:inline-block;
    font-size:14px;
    color:#fff;
    font-family: 'noto sans kr';
    line-height: 36px;
    padding-left:25px;
}
.top-popup .top-popup-inner .pop-close span:before {
    position: absolute;
    width:19px;
    height:20px;
    content: '';
    left:0;
    top:7px;
    background: url(../../images/common/icon_top_util01.png);
    background-size: 19px 20px;
}


/*반응형 콘텐츠*/
@media (min-width: 960px){
    #sidr {
        display: none;
    }
}

@media all and (max-width:1600px) {

}
@media all and (max-width:1280px) {
    
    .top-popup .top-popup-inner {
        width:480px;
    }
    
    #header .header-inner {
        width:960px;
    }
    #header .smartsearch .inner {
    	width:100%;
    }
    #gnb {
        padding: 0 140px 0 370px;
        max-width:none;
    }
    #gnb .gnb_menu > li > a {
        font-size:17px;
            padding: 42px 15px;
    }
    #gnb .gnb_menu .gnbsingle {
        width:960px;
        left:50%;
        margin-left:-480px;
    }
    #gnb_Bg {
        background-position: 50% top;
    }
    .service-wrap .service-inner {
        width: 960px;
    }
    .service-wrap .service-inner .service-close {
        width:120px;
        text-align:left;
        padding-left:20px;
    }
    .service-wrap .service-inner .service-list li {
        width:120px;
    }
    .service-wrap .service-inner .service-list li a {
        width:120px;
    }
    .service-btn-box {
        width:960px;
        margin-left:-480px;
    }
    #footer .foot-menu-wrap .foot-menu-inner {
        width:960px;
    }
    #footer .foot-info-wrap .foot-info-inner {
        width:960px;
    }
    
    /*전체메뉴*/
    #header .total-menu .inner {
    	width:100%;
    }
    
    .btn_top {
    	left:auto;
    	right:20px;
    	margin-left:0;
    	bottom:20px;
    	width:60px;
    	height:60px;
    }
    .btn_top span {
    	padding-top:10px;
    }
    .btn_top span:before {
    	top:-5px;
    }

}
@media all and (max-width:1200px) {
    #gnb {
        padding: 0 140px 0 320px;
    }
    #gnb .gnb_menu > li > a {
        padding: 42px 12px;
    }
}
@media all and (max-width:1040px) {
    #gnb {
        padding: 0 140px 0 270px;
    }
    #gnb .gnb_menu > li > a {
        padding: 42px 12px;
    }
}
@media all and (max-width:960px) {
    html {
        overflow: hidden;
        overflow-y: auto;
    }
    .m-header {
        position: relative;
        height:78px;
        background-color:#fff;
        border-bottom:1px solid #e0e0e0;
        z-index: 11;
    }
    .top-popup {
	    margin-top: -170px !important;
	}
    #header .header-inner {
        width:100%;
    }
    #header {
        height:78px;
    }
    #header .header-inner h1.logo {
        top:0;
        left:40px;
    }
    #header .btn-menu-m {
        display: block;
    }
    #gnbArea {
        display:none;
    }
    #header .header-inner .top-util {
        display:none;
    }
    #header .btn-menu-m {
        position: absolute;
        right:40px;
        top:30px;
    }
    #header .btn-menu-m img {
        width:25px;
    }
    .service-btn-box {
        display:none !important;
    }
    .service-wrap {
        position:relative !important;
        bottom:0 !important;
        margin-top:-40px;
        overflow-x: auto;
    }    
    .service-wrap .service-inner {
    	width:840px;
    }
    .service-wrap .service-inner .service-close {
    	display:none;
    }
    #footer .foot-menu-wrap .foot-menu-inner {
        width:100%;
    }
    #footer .foot-menu-wrap .foot-menu-inner .foot-menu {
        padding:0 25px;
    }
    #footer .foot-menu-wrap .foot-menu-inner .foot-menu li a {
        display: inline-block;
        padding:12px 14px;
    }
    #footer .foot-menu-wrap .foot-menu-inner .foot-menu li a:before {
        top: 13px;
    }
    #footer .foot-menu-wrap .foot-menu-inner .foot-sns {
        position: relative;
        display: inline-block;
        width:100%;
        clear:both;
        right:auto;
        top:auto;
        margin: 10px 30px;
    }
    #footer .foot-info-wrap {
        height:100%;
    }
    #footer .foot-info-wrap .foot-info-inner {
        width:100%;
    }
    #footer .foot-info-wrap .foot-info-inner h1.foot-logo {
        left:40px;
    }
    #footer .foot-info-wrap .foot-info-inner .foot-mark {
        position: relative;
        display: inline-block;
        width:100%;
        right:auto;
        top:auto;
        margin:30px 0 60px 250px;
    }
    #overlay {
        position:absolute;
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        right:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,.7);
        z-index: 999998;
        display:none;
    }
    .sidr-open #overlay {
        display:block;
    }
    .sidr .m-header .m-logo {
        position: absolute;
        top:0px;
        left:30px;
    }
    .sidr .m-header .m-logo img {
        width:190px;
        height:76px;
        max-width: 190px;
        display: block !important;
    }
    .sidr .m-header .m-menu-close {
        position: absolute;
        top:28px;
        right:30px;
    }
    .sidr .m-header .m-menu-close img {
        width:25px;
        max-width: 25px;
        display: block !important;
    }
}
@media all and (max-width:480px) {
    
    #footer .foot-info-wrap .foot-info-inner h1.foot-logo {
        position: relative;
    }
    #footer .foot-info-wrap .foot-info-inner .address {
        margin:60px 40px 0 40px;
    }
    #footer .foot-info-wrap .foot-info-inner .foot-mark {
        margin: 30px 35px 60px 35px;
    }
}

/* 프린트 출력 추가 */

page { 
	background: white; 
	display: block; 
	margin: 0 auto; 
	float:left;
} 
page[size="A4"] { 
	width: 21cm; 
	height: 29.7cm; 
} 
page[size="A4"][layout="portrait"] { 
	width: 29.7cm; 
	height: 21cm; 
} 
hr[is-divide="true"] { 
	height:0; 
	margin:0; 
	padding:0; 
	border:none !important; 
} 
[is-divide="true"] { 
	page-break-after: always; 
} 
page[size="A3"] { 
	width: 29.7cm; 
	height: 42cm; 
} 
page[size="A3"][layout="portrait"] { 
	width: 42cm; 
	height: 29.7cm; 
} 
page[size="A5"] { 
	width: 14.8cm; 
	height: 21cm; 
} 
page[size="A5"][layout="portrait"] { 
	width: 21cm; 
	height: 14.8cm; 
} 


@page { size:14in 17in; margin:0; padding:0;}
@media print {	
	body, page { 
		border:0; margin:0; padding:0; 
		box-shadow: 0;
		font-size:10pt;
	} 
	.page-divide {
		page-break-after: always;
	} 
	.no-print-page {
		display: none;
	}
	
}
