@charset "utf-8";

p {
    padding: 0;
    margin: 0;
}

* { font-family:
  '-apple-system', 'BlinkMacSystemFont', 'Apple SD Gothic Neo',
  'Inter', 'Spoqa Han Sans', 'Segoe UI', Sans-Serif,
  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; }


/* 전체넓이 & 테두리 */
.wrap {
    *max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
}

/* 다크모드 버튼 출력 */
.xt_mode {
	display: inline-block;
	position: absolute;
	margin-left: 25px;
	line-height: 30px;
}

/* 상단바 좌측 날짜 및 시간 출력 */
.xt_today {
    display: inline-block;
    position: absolute;
    line-height: 30px;
	margin-left: 100px;
}
.xt_today .today_title {
    font-size: 11px;
    background: #d40304;
    color: #fff;
	margin-right: 7px;
    padding: 1px 3px 1px 6px;
    border-radius: 3px;
	vertical-align: bottom;
}
.xt_today .today_title img {
    height: 16px;
    margin-right: 2px;
    vertical-align: text-bottom;
}
.xt_today .now_date {
	display:inline-block;
}
.xt_today .now_time {
    font-size: 12px;
    font-weight: normal;
    color: #8e8e8e;
}
.xt_today .now_weekday {
    font-size: 12px;
    color: #8e8e8e;
}
.xt_today .now_hour {
    font-size: 12px;
    color: #8e8e8e;
    margin-left: 2px;
}

/* 상단바 */
.toop {
    height: 30px;
    border-bottom: 1px solid #252525;
}

.toop ul {
    line-height: 30px;
    margin: 0;
    margin-right: 25px;
}

.toop ul li {
    float: right;
    text-decoration: none;
    list-style: none;
	color: #8e8e8e;
}

.toop ul li a {
    color:#8e8e8e;
    text-decoration: none;
    padding: 0px 6px 0px 6px;
}

.toop ul li a:hover {
    color: #eee;
}

/* 상단바 우측 계정설정 */
.ly ly_login ul, .ly ly_login li {
    list-style: none;
    display: inline-block;
}

.account {
    margin: 0;
    padding: 0;
}

/* 헤더 = 로고 + 메뉴 */
.header {
    zoom:1;
    margin-bottom: 20px;
}

.header:after {
    content:"";
    display:block;
    clear:both;
}

/* 헤더 = 로고 */
.logo-item a img {
    max-width: 230px;
}

.logo-item {
    height: 57px;
	line-height: 52px;
    text-align: center;
}

.logo-item  a {
	font-size: 42px;
	font-weight: 800;
    color: #559bff;
}

.logo-item  a:hover {
    text-decoration: none !important;
	color: #fff;
}

#content {
  position: relative;
  margin: 0 auto;
  max-width: 1600px;
}

.top_line {
	width: calc(100% - 40px);
	height: 37px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#99000000,endColorStr=#99000000);
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)';
	border-radius: 30px;
	transform: translateX(20px);
}

h1.title {
    position: absolute;
    top: -22px;
    left: 25px;
	margin: 0;
    font-family: 'NanumSquare';
    font-size: 30px;
    line-height: 40px;
    color: #fff;
	z-index: 9;
}

h1.title span {
	font-family: 'NanumSquare';
	font-size: 30px;
    position: relative;
    color: #559bff;
    z-index: 1;
}

/* 헤더 = 메뉴 */
.gnb {
    width: 1200px;
    height: 50px;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
    margin: 0 auto;
    text-align: center;
}

.gnb ul {
    padding: 0px;
	margin: 0;
	height: 47px;
	line-height: 46px;
}

.gnb ul li:first-child {
    background: none;
    padding-right: 13px;
}

.gnb ul li:last-child {
    padding-left: 13px;
}

.gnb ul li {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 12px!important;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    text-decoration:none;
}

.gnb ul li a  {
    text-decoration: none;
    color: #eee;
}

.gnb ul li a:hover {
    color: #00a4a6;
}

.gnb ul li a span {
    font-size: 13px;
	font-weight: 700;
	color: #8e8e8e;
}

.gnb ul li a span:hover {
    color: #fff;
}

.gnb ul li ul li {
    display: none;
}

/* 바디 */
body {
    margin: 0;
    padding: 0;
}

.body {
    zoom:1;
}

.body:after {
    content:"";
    display:block;
    clear:both}

/* 메인배너 CSS */
.m-banner {
    width: 100%;
    *background-image: linear-gradient(134deg, rgb(19, 183, 207) -5%, rgb(54, 91, 180) 56%, rgb(54, 91, 180) 56%);
    height: 250px;
    display: table;
	padding: 0 10px;
    *margin-bottom: 15px;
}

.m-banner p {
    text-align: center;
    width: 100%;
    height: 250px;
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    color: aliceblue;
    font-weight: 100;
}

/*--[ Quick Link ]--*/
#quick-link{border-bottom:1px solid #ddd}
#quick-link .quick-link-col{border-left:1px solid #ddd}
#quick-link .quick-link-col:first-child{border-left:0}
#quick-link .quick-link-col a{display:block; height:75px; text-align:center; text-decoration: none;}
#quick-link .quick-link-col a > div{padding-top:18px}
#quick-link .quick-link-col a i{font-size:22px; color:#ccc}
#quick-link .quick-link-col a .link-title{padding-top: 5px}
#quick-link .quick-link-col a span{font-size:0.985em; color:#666}


/* 컨텐츠 */
.content {
	max-width: 1600px;
    margin: 30px auto;
    padding: 0 35px;
}

/* 풋터 */
.footer {
    padding: 25px;
	border-top: 1px solid #252525;
    clear: both;
    text-align: center;
    font-size: 11px;
    padding-bottom: 35px;
    color: #8e8e8e;
}

.f_logo img {
    max-width: 200px;
}

.log_txt a {    
    text-decoration: none !important;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
}

.log_txt a:hover {    
    color: #559bff;
}

.footer_menu ul {
    margin: 10px;
    padding: 0;
}

.footer_menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer_menu ul li:not(:first-child) {
    padding-left: 15px;
}

.footer_menu ul li a {
    text-decoration: none;
    font-weight: 500;
    color: #8e8e8e;
}

.footer_menu ul li a:hover {
    color: #fff;
}

.footer p {
    padding: 0;
    margin: 0;
}

/* 미디어쿼리 */
 @media ( min-width: 260px ) {
    
     .wrap {
     }
     
    #user_layout {
        width: 100%;
    }
     
    .content {
    }
     
    .toop ul li {
        font-size: 12px!important;
    }
     
    .logo-item a img {
        max-width: 170px;  
    }
     
    .gnb {
        width: 100%;
		height: 44px;
     }

    .gnb ul li  {
		background: url(../img/gnb_s.png) no-repeat left 5px;
    }
	 
    .gnb ul li a  {
        color: #eee;
    }
     
    /* 메인배너 CSS */
    .m-banner {
        height: 120px;
		padding: 20px 15px;
    }

    .m-banner p {
        height: 120px;
        font-size: 20px;
    }
     
    .f_logo img {
        max-width: 120px;
    }
    }

    #user_layout {
        width: 100%;
    }
     
    .content {
    }
        
     .toop ul li {
        font-size: 13px;
    }
    
    .logo-item a img {
        max-width: 200px;  
    }
     
    .gnb {
         width: 100%;
		 height: 49px;
    }

    .gnb ul li  {
		background: url(../img/gnb_s.png) no-repeat left 5px;
    }

    .gnb ul li a  {
        color: #09757a;
    }
     
    .gnb ul li:not(:first-child, :last-child) {
        padding-left: 13px;
		padding-right: 13px;
    }
     
    /* 메인배너 CSS */
    .m-banner {
        height: 170px;
    }

    .m-banner p {
        height: 130px;
        font-size: 18px;
    }
    
     .footer {
         font-size: 12px;
     }
     .f_logo img {
        max-width: 140px;
    }

 @media ( min-width: 1280px ) {
    #user_layout {
        width: 100%;
    }
    
    .content {
    }
     
     .toop ul li {
        font-size: 14px;
    }
        
    .logo-item a img {
        max-width: 230px;  
    }
    
    .gnb {
        width: 100%;
    }
    
    .gnb ul li a  {
        color: #eee;
    }
     

	 /* 메인배너 CSS */
    .m-banner {
        height: 150px;
    }

    .m-banner p {
        height: 110px;
        font-size: 23px;
    }
    
     .footer {
         font-size: 14px;
     }
     
    .f_logo img {
        max-width: 180px;
    }
    }
    
.btn_item2 {display: inline-block;width: 24.25%;margin: 0 1% 0 0; *padding: 0px 27px;text-align: center;font-size: 1.125em;font-weight: 600;color: #baac94; *border: 2px solid #baac94;height: 45px;line-height: 45px;background: transparent;letter-spacing: 1px;-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.btn_item2:active, .flexin .button-area2 .btn_item2:focus, .flexin .button-area2 .btn_item2:hover{background-color:#baac94; color:#fff;}
#naranja {background: #FF704A; color: #fff;}
#azul {background: #3D9DDB; color: #fff;}
#amarilla {background: #F8A602; color: #fff;}
#verde {background: #009EA9; color: #fff;}

#naranja:hover{background: #041824; text-decoration: none;}
#azul:hover{background: #041824; text-decoration: none;}
#amarilla:hover{background: #041824; text-decoration: none;}
#verde:hover{background: #041824; text-decoration: none;}

@media all and (max-width: 576px) {
#hidden-m {display:none !important}

.logo-item { height: 48px; line-height: 48px; }

.logo-item  a {font-size: 40px;}

h1.title {top: -19px;}
.content {margin: 15px auto; padding: 0 10px;}
}

.header {margin-bottom: 10px;}
#content {margin: 20px auto 0;}

.top_line {width: calc(100% - 22px); transform: translateX(10px);}
