@CHARSET "UTF-8"

#wrap {
    width: 100%;
}

#skip-navigation a {
    position: absolute;
    left: -3000%;
}

#skip-navigation a:focus {
    display: block;
    left: 0;
    top: 0;
    z-index: 10000000;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    background: #f18f0b;
    font-size:  1.4rem;
    text-align: center;
    color: #fff;
}

/* layout */
.l-wrap {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.l-wrap:after {
    content: ' ';
    display: block;
    margin : 0 10px;
}

.l-row {
    margin: 0 -10px;
}

.l-col {
    float: left;
}

.l-col-3 {
    width: 33.33333333333333%;
    padding: 0 10px;
    float: left;
}

/* Util */
.u-clearfix:after {
    content: ' ';
    display: block;
    clear: both;
}

/* Module */
#header { background-color: #2f2f2f;  }

.header-util {
    color: #828282;
    font-size: 1.1rem;
    font-weight: 600;
}

.header-util-inner {
    float: right;
    padding: 25px 0 64px 0;
}

.header-util-inner li {
    float: left;
    margin: 0 20px;
}

.header-util-inner li a:before {
    content: ' ';
    width: 20px;
    height: 15px;
    display: block;
    float:left;
    background-image: url(../../images/icon-header-util.png);
    background-repeat: no-repeat;
}

.header-util-inner li a.header-util-login:before { background-position: 0 -5px; }
.header-util-inner li a.header-util-user:before { background-position: 0 -40px; }
.header-util-inner li a.header-util-security:before { background-position: 0 -75px; }
.header-util-inner li a.header-util-compass:before { background-position: 0 -110px; }
.header-util-inner li a.header-util-favorite:before { background-position: 0 -146px; }

.header-util-inner li a {
    display: block;
}

.header-area {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 50px;
    background-color: #f8bf35;
	z-index: 10000000; 
}

.header-logo {
    width: 310px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 46px 8px 20px;
    background-image: url(../../images/header-logo-bg.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.header-logo h1 a img {
    max-width: 100%;
}

/* 메뉴 외의 영역을 클릭했을 때 서브메뉴 사라지기 위한 영역 */
.header-gnb-overlay {
  display: none;
  position: fixed;
  background: #fff;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
/* //메뉴 외의 영역을 클릭했을 때 서브메뉴 사라지기 위한 영역 */

.header-area #gnb {
    position: absolute;
    top: 0px;
    right: 120px;
/*    width: 870px;*/
    
    font-size: 1.8rem;
    font-weight: 600;
    color: #151004;
/*    margin-right: -20%;*/
    text-align: right;
}

.header-area #gnb li.first {
    float: left;
    position: relative;
    padding: 36.5px 0;
    margin-left: 60px;
}

.header-area #gnb li.first a.dep01 {
    display: block;
    float: left;
    padding-right: 20px;
    background-image: url(../../images/arrow-gnb-down.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.header-submenu {
    display: none;
    position: absolute;
    top: 100px;
    left: -22px;
    width: 210px;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: left;
    color: #fff;
}

.header-submenu li.second {
    border-bottom: 1px solid #464646;
    background: #181818;
}

.header-submenu li.second a.dep02 {
    display: block;	
    padding: 15px 0 13px 28px;
}
.header-submenu li.second a.dep02:hover {
    background-color:#303030;
    color: #f8bf35;
}

.header-area-btn {
    float: right;
    text-align: center;
    padding: 18.5px 30px;
}

.header-area-btn a {
    display: block;
}

.header-area-btn a img {
    max-width: 100%;
}

/* mobile-menu */
.mobile-menu {
    display: none;
}
/* //mobile-menu */

.quick-menu {
    position: fixed;
    z-index: 999;
    top: 415px;
    right: 0;
}

.quick-menu-inner li {
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: #000;    
    background-color: #f8bf35;
}

.quick-menu-inner li a {
    display: block;
    padding-top: 55px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center top 14px;
}

.quick-menu-download {
    border-bottom: 1px solid #c6992a;
    background-image: url(../../images/icon-qucik-menu-download.png);
}

.quick-menu-resume {
    background-image: url(../../images/icon-qucik-menu-resume.png);
}

.quick-menu .border-top-left { border-top-left-radius: 5px; }
.quick-menu .border-bottom-left { border-bottom-left-radius: 5px; }

#contents { background-color: #fff; }

.visual {
    max-width: 100%;
    height: 700px;
    margin: 0 auto;
}

.visual-slide-01 {
    display: block;
    height: 700px;
    padding-top: 260px;
    background-image: url(../../images/bg-visual-slide01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.visual-copy-area {
    display: block;
    width: 850px;
    margin: 0 auto;
    padding: 70px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(30, 99, 98, 0.9);
}

.visual-copy-area .row01 {
    font-size: 4.7rem;
    font-weight: 100;
}

.visual-copy-area .row02 {
    font-size: 6rem;
    font-weight: 900;
}

.contents-news {
    padding: 60px 0;
}

.contents-news-space {
    position: relative;
    border: 1px solid #d5d5d5;
    padding: 70px 18px 23px 13px;
    background-color: #fff;
}

.contents-news-space h3 {
    position: absolute;    
    top: -9px;
    left: 26px;
}

.contents-news-space .substance li {
    width: 100%;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 600;
    color: #555;
}

.contents-news-space .substance li:after {
    content: ' ';
    display: block;
    clear: both;
}

/* bullet */
.contents-news-space .substance li a:before {
    content: ' ';
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #bebebe;
    margin: 8px;
}
/* //bullet */

.contents-news-space .substance li a {
    display: block;
    width: 100%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
    
.contents-news-bank {
    margin-top: -13px;
}

.contents-news-bank img {
    display: block;
    max-width: 100%;
    height: 273px;
}

.contents-news .newsletter .substance .date {
    float: right;
}

.contents-news .notice .substance a:hover,
.contents-news .notice .substance a:focus, 
.contents-news .newsletter .substance a:hover,
.contents-news .newsletter .substance a:focus {
    color: #f5a618;
}

.contents-happyphoto {
    padding: 61px 0 91px 0;
    background-image: url(../../images/bg-contents-photo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.contents-happyphoto-title {
    margin-bottom: 23px;
    text-align: center;
}

.contents-happyphoto-title h3 {
    margin-bottom: 8px;
    font-size: 36px;
    color: #fff;
}

.contents-happyphoto-title h3 .thin {
    font-weight: 100;
}

.contents-happyphoto-title h3 .bold {
    font-weight: 600;
}

.contents-happyphoto-title p {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.7px;
    color: #252525;
}

.contents-happyphoto-space {
    padding: 10px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.contents-happyphoto-space a.pic {
    display: block;
}

.contents-happyphoto-space a.pic img {
    display: block;
    width: 100%;
    height: auto;
	max-height:300px;
}

.contents-happyphoto-space .substance {
    margin-top: 25px;
    padding: 0 20px 10px;
    text-align: left;
}

.contents-happyphoto-space .substance .row01 {
    width: 100%;
    height: 48px;
    line-height: 2.4rem;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 1.6rem;
    font-weight: 600;
    color: #252525;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents-happyphoto-space .substance .row02 {
    width: 100%;
    height: 63px;
    line-height: 2.1rem;
    margin-bottom: 12px;
    overflow: hidden;
    font-size: 1.4rem;
    color: #555;
    word-wrap: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.contents-happyphoto-space .substance .btn-more {
    font-size: 1.2rem;
    font-weight: 600;
    color: #f8bf35;
    padding-right: 10px;
    background-image: url(../../images/btn-icon-more.png);
    background-repeat: no-repeat;
    background-position: right top 4px;
}

.contents-ask {
    padding: 70px 0;
}

.contents-ask a {
    display: block;
}

.contents-ask img.pic {
    display: block;
    width: 100%;
}

#footer { background-color: #2f2f2f; }

.footer-information {
    padding: 50px 0;
}

.footer-information .footer-logo {
    padding: 18px 65px 18px 0;
}

.footer-information .address li {
    font-size: 1.4rem;
    line-height: 2.5rem;
    color: #ccc;
}

.footer-information .address li br {
    display: none;
}

.footer-information .address .bold {
    font-weight: 600;
    margin: 0 5px 0 10px;
}

.footer-copyright {
    padding: 20px;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    background-color: #0b0b0b;
}

/*[ray] Add main banner - 20180731 - begin*/
.agency{
	width:100%;
	background-color:#eeefef;
	padding:13px 10px 10px 10px;
}
.agency ul{
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
	margin-top:1px;
}
.agency ul:first-child{margin-top:0px;}
.agency li{
	width:33%;
	margin-right:1px;
	text-align:center;
	color:#505050;
	padding:3% 0;
	font-size:14px;
	float:left;
	background-color:#fff;
	font-weight:500;
}
.agency li a{display:inline-block;}
.agency li a:hover{color:#f9bf37;}
.agency li:last-child{margin-right:0;}
/*[ray] Add main banner - 20180731 - end*/

/*=====sitemapset
----------------------------------------------------------------------------------------------------*/
#sitemapset { padding:0px;overflow:hidden;clear:both; }
#sitemapset div.eachset {float:left;width:29%;margin:0px 2%;margin-bottom:30px;border-bottom:2px solid #dfdfdf;}
#sitemapset div.eachset h4 {height:70px;line-height:70px;display:block;font-size:21px;font-weight:bold;color:#6c5c5c;text-align:center;margin:0px; padding:0px;font-family:'NanumMyeongjo'; border-radius:4px;}
#sitemapset div.eachset ul {margin:0px;padding:0px;list-style-type:none;}
#sitemapset div.eachset ul li {margin:0px;border-bottom:1px #dfdfdf dashed;height:30px;font-size:0px; }
#sitemapset div.eachset ul li a:link,
#sitemapset div.eachset ul li a:visited {display:block;color:#5B5B5B;text-decoration:none;font-size:13px; line-height:30px;padding:0px 0px 0px 20px;transition:all 0.4s ease;}
#sitemapset div.eachset ul li a:active,
#sitemapset div.eachset ul li a:hover,
#sitemapset div.eachset ul li a:focus   {color:#ffffff;text-decoration:underline; background-color:#f9c23c; }
#sitemapset div.eachset ul li.sub a{color:#999;padding:0px 0px 0px 30px;}

#sitemapset.type0 div.eachset h4{border-top:3px solid #f9c23c;}
#sitemapset.type1 div.eachset h4{border-top:3px solid #0182c6;}
#sitemapset.type2 div.eachset h4{border-top:3px solid #ff0000;}
#sitemapset.type3 div.eachset h4{border-top:3px solid #309635;}
#sitemapset.type4 div.eachset h4{border-top:3px solid #B32B5A;}
#sitemapset.type5 div.eachset h4{border:2px solid #f9c23c;}
#sitemapset.type6 div.eachset h4{border:2px solid #0182c6;}
#sitemapset.type7 div.eachset h4{border:2px solid #f8bf35;}
#sitemapset.type8 div.eachset h4{border:2px solid #309635;}
#sitemapset.type9 div.eachset h4{border:2px solid #B32B5A;}

/* MediaQueries */
@media ( min-width: 1920px ) {
    .l-wrap {
        max-width: 1300px;
    }
}

@media ( max-width: 1400px ) {
    .l-wrap {
        max-width: 96%;
    }
}

@media ( max-width: 1300px ) {
    .header-logo {
        width: 250px;
    }
    .header-area #gnb li.first {
        margin-left: 30px;
    }
}

@media ( max-width: 1024px ) {
    .header-area #gnb {
        right: 100px
    }
    .header-area #gnb li.first {
        margin-left: 20px;
    }
    .header-area-btn {
        padding: 18.5px 20px;
    }
    .quick-menu {
        display: none;
    }
}

@media ( max-width: 980px ) {
    .l-col-3 {
        width: 100%;
        float: inherit;
    }
    .header-util-inner {
        float: inherit;
        padding: 0;
    }
    .header-util-inner li {
        padding: 20px 0;
    }
    .header-area {
        display: none;
    }
    .mobile-menu {
        display: block;
        width: 100%;
        padding: 20px 0;
        background-color: #fff;
    }
    .mobile-logo {
        float: left;
    }
    .mobile-gnb-btn {
        float: right;
        padding-top: 10px;
    }
    /* 메뉴 외의 영역을 클릭했을 때 서브메뉴 사라지기 위한 영역 */
    .mobile-gnb-overlay {
      display: none;
      position: fixed;
      background: #fff;
      opacity: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      top: 0;
      left: 0;
    }
    /* //메뉴 외의 영역을 클릭했을 때 서브메뉴 사라지기 위한 영역 */
    .mobile-gnb-area {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        width: 307px;
        z-index: 999999999;
        background-color: #181818;
        color: #151004;
        font-size: 1.8rem;
        text-align: left;
        font-weight: 600;
    }
    .mobile-gnb-area li.first {
        background-color: #e8e8e8;
    }
    .mobile-gnb-area li.first a.dep01 {
        display: block;
        width: 100%;
        padding: 10px 0 10px 25px;
        border-bottom: 1px solid #181818;
        background-image: url(../../images/arrow-gnb-down.png);
        background-repeat: no-repeat;
        background-position: center right 20px;
    }
    .mobile-gnb-area li.first a.on { /* 제이쿼리 클래스 */
        background-color: #f8bf35;
        background-image: url(../../images/arrow-gnb-up.png);
        background-repeat: no-repeat;
        background-position: center right 20px;
    }
    .mobile-submenu {
        display: none;
        background-color: #181818;
        color: #fff;
        font-size: 1.3rem;
    }
    .mobile-submenu.slide {
        display: block;
    }
    .mobile-submenu li.second a.dep02 {
        display: block;
        width: 100%;
        padding: 13px 0 13px 30px;
        border-bottom: 1px solid #464646;
    }
    .mobile-submenu li.second a.dep02:hover {
        color: #f8bf35;
        background-color: #303030;
    }
    .mobile-quick-menu {
        margin-top: 160px;
        text-align: center;
        font-size: 1.2rem;
    }
    .mobile-quick-menu-inner li {
        float: left;
        width: 50%;
        height: 122px;
        background-color: #f8bf35;
    }
    .mobile-quick-menu-inner li a {
        display: block;
        height: 122px;
        padding-top: 75px;
        background-repeat: no-repeat;
        background-position: center 35px;
    }
    .quick-menu-download {
        border-bottom: 0;
        border-right: 1px solid #c6992a;
    }
    .visual {
        height: 700px;
    }
    .visual-slide-01 {
        height: 300px;
        padding: 70px 0;
    }
    .visual-copy-area {
        /*width: 485px;*/
		width:100%;
        padding: 35px 10px;
    }
    .visual-copy-area .row01 {
        font-size: 2.5rem;
    }
    .visual-copy-area .row02 {
        font-size: 3.5rem;
    }
    .contents-news {
        padding: 40px 0 20px 0;
    }
    .contents-news .notice {
        margin-bottom: 15px;
    }
    .contents-news-bank {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .contents-news-bank img {
        width: 100%;
        height: auto;
    }
    .contents-happyphoto .second,
    .contents-happyphoto .third {
        display: none;
    }
    .contents-ask {
        padding: 50px 0 15px 0;
    }    
    .contents-ask .pic {
        margin-bottom: 35px;
    }
    .contents-ask .m-bottom {
        margin-bottom: 15px;
    }
    .footer-information {
        padding: 20px 0;
    }
    .footer-information .l-col {
        float: inherit;
    }
    .footer-information .footer-logo {
        padding: 0 0 10px 10px;
    }
    .footer-information .address li br {
        display: block;
    }
	#sitemapset div.eachset{width:46%;}
}

@media ( max-width: 560px ) {
    .header-util-inner li {
        margin: 0 10px;
    }
    .visual {
        height: 160px;
    }
    .visual-slide-01 {
        height: 160px;
        padding: 30px 0;
    }
    .visual-copy-area {
        padding: 20px 0;
    }
    .visual-copy-area .row01 {
        font-size: 1.6rem;
    }
    .visual-copy-area .row02 {
        font-size: 2.3rem;
    }
}

@media ( max-width: 480px ) {
    .l-wrap {
        width: 91.66666666666667%;  440/480 
    }
    .header-util-inner li {
        margin: 0 10px 0 11px;
    }
    .footer-information .address li {
        letter-spacing: -1px;
    }
	.header-util-inner{
		float: none;
		padding: 0;
		display: block;
		text-align: center;
	}
	.header-util-inner li {
		margin: 0 2%;
		padding: 2% 0;
		display: inline-block;
		float: none;
	}
}

