@charset "UTF-8";
@import url('slick-theme.css');
html {
    scroll-behavior: smooth;
}
#main {
    overflow-x: auto;
    min-width: 280px;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}
#wrap {
    height: 100%;
    min-height: 100vh;
    width: 100%;
    margin: 0;
}
.mobile {
    display: block;
}
.gnb {
    display: none;
}
/*HEADER*/
.header {
    height: 49px;
    width: 100%;
    position: fixed;
    z-index: 300;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 12.5px 20px;
    background-color: #fff;
}
.header-scroll {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.header h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.header h1 a {
    display: inline-block;
    padding: 0 0 5px 0;
}
.header h1 img {
   /* width: 118px; */
	width:70px; /* 231106 추가 */
    height: auto;
}
.header .btn-menu {
    float: right;
    vertical-align: middle;
    width: 18px;
    height: 14px;
    background: url(../images/ico_menu.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    text-indent: -9999px;
}
#menu {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
#menu .btn-menu-close {
    float: right;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/ico_menu_close.png) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    margin-top: 5px;
    font-size: 0;
    text-indent: -9999px;
}
#menu ul {
    margin-top: 44px;
    padding-top: 10px;
}
#menu li {
    width: 100%;
    padding: 0 20px;
    border-bottom: 1px solid #ebeef2;
    transition: all 0.3s;
}
#menu li:hover {
    border-bottom: 1px solid #5a93e0;
}
#menu li a {
    display: block;
    font-size: 1.313rem;
    line-height: 2.75rem;
    font-weight: 600;
    padding-left: 10px;
}
#menu li ul {
    margin: 10px 0;
    padding-top: 0;
}
#menu li ul li,
#menu li ul li:hover {
    border: 0;
}
#menu li ul li a {
    font-size: 0.875rem;
    line-height: 30px;
    font-weight: 400;
    color: #555;
}
.header_new {
    display: block;
    height: 49px;
    width: 100%;
    position: fixed;
    z-index: 300;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 20px 0 20px;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.header-scroll {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.header_new h1 {
    margin: 0;
    padding: 0;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}
.header_new h1 a {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 13px 0 0 0;
}
.header_new h1 img {
	width:70px;
    height: auto;
}

.header_new .header {
    height: 49px;
    padding:0;
}
.header_new #menu_new {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.header_new #menu_new ul {
    display: flex;
    float: right;
}
.header_new #menu_new li {
    width: 100%;
    padding: 0 25px;
    transition: all 0.3s;
}
.header_new #menu_new li:hover {
    /* border-bottom: 1px solid #5a93e0; */
}
.header_new #menu_new li a {
    display: block;
    font-size: 1.125rem;
    line-height: 3rem;
    font-weight: 600;
    padding-left: 0;
    transition: all 0.3s;
}
.header_new #menu_new li a:hover {
    color: #488aff;
}
.header_new #menu_new li ul {
    margin: 10px 0;
    padding-top: 0;
}
.header_new #menu_new li ul li,
.header_new #menu_new li ul li:hover {
    border: 0;
}
.header_new #menu_new li ul li a {
    font-size: 0.875rem;
    line-height: 30px;
    font-weight: 400;
    color: #555;
}
/*SLIDER*/
.slider {
    width: 50%;
    margin: 28px auto 0;
}
.slick-slide {
    margin: 0px 8px;
}
.slick-slide img {
    width: 100%;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
}
.slick-active {
    /*opacity: .5;*/
}
.slick-current {
    opacity: 1;
}
/*CONTENTS*/
.container {
    width: 100%;
    background-color: #fff;
    margin: 0;
    margin-top: 49px;
}
.container:after {
    display: block;
    content: '';
    clear: both;
}
.section {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 5rem 0 2rem;
    position: relative;
    clear: both;
    background-color: #fff;
}
.section:after {
    display: block;
    clear: both;
    content: '';
}
.section h2 {
    font-size: 1.563rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.03em;
    text-align: center;
}
.section h2 > p {
    color: #777;
    font-size: 0.75rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.063rem;
    letter-spacing: 0;
    margin-top: 15px;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}
.section-1 {
    color: #000;
    text-align: center;
    height: auto;
    max-height: inherit;
    overflow: hidden;
	max-height:360px;
	padding-top:0;
}
.section-1 .bg-main {
    position: relative;
    margin: 0 auto;
    text-align: center;
    max-width: inherit;
    max-height: inherit;
}
.section-1 .bg-main img {
    max-width: 100%;
    height: auto;
}
.section-1 .txt-1 {
    font-size: 0.875rem;
    font-weight: 300;
    padding-top: 38px;
    position: relative;
    z-index: 10;
    line-height: 1.4;
}
.section-1 .txt-1 > strong {
    font-size: 1.75rem;
}
.section-1 h2 {
    font-size: 1.563rem;
    line-height: 2rem;
    font-weight: 200;
    font-style: normal;
    letter-spacing: -0.04em;
    text-align: center;
    padding-top: 15px;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    position: relative;
    z-index: 20;
}
.section-1 h2 > span {
    color: inherit;
}
.section-1 h2 > em {
    font-weight: 500;
}
.section-1 .txt-2 {
    font-size: 0.813rem;
    line-height: 1.188rem;
    font-weight: 300;
    text-align: center;
    color: #777;
    letter-spacing: -0.03em;
    width: 100%;
    margin-top: 25px;
    position: relative;
    z-index: 30;
}
.section-1 .txt-2 .btn-detail {
    color: #5a93e0;
    font-size: 0.813rem;
    font-weight: 500;
    line-height: 28px;
    margin-top: 28px;
    padding: 0 16px;
    display: block;
    position: relative;
    z-index: 30;
    border: 1px solid #5a93e0;
    width: fit-content;
}
.arrow-lgreen {
    display: inline-block;
    width: 18px;
    height: 5px;
    margin-left: 15px;
    margin-bottom: 2px;
    background: url(../images/arrow_lgreen.png) no-repeat 100% 50%;
    background-size: 100%;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}
.slider.solution,
.slider.popup-gallery {
    width: 100%;
}
.slider.solution .slick-list {
    min-height: 225px;
    height: auto;
}
.slider-box {
    width: auto;
    min-height: 210px;
    background-color: #fff;
}
.slider-box .pkg-img {
    width: 100%;
    height: 100px;
    background-color: #ebeef2;
    text-align: center;
}
.slider-box .pkg-img img {
    min-width: 64px;
    width: auto;
    max-height: 80%;
    display: inline-block;
    padding-top: 16px;
    padding-right: 17px;
}
.pd-solution .pkg-img img {
    padding-top: 16px;
    padding-right: inherit;
    min-width: 64px;
    width: auto;
}
.slider-box dl.pkg-txt {
    max-width: 90%;
    margin: -10px auto 0;
    padding-bottom: 15px;
    display: block;
    text-align: center;
    background-color: #fff;
    font-size: 10px;
    position: relative;
    z-index: 10;
}
.slider-box dl.pkg-txt span {
    color: #5a93e0;
    border-bottom: 2px solid #5a93e0;
    line-height: 22px;
    display: inline-block;
    padding-top: 5px;
}
.slider-box dl.pkg-txt dt {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.slider-box dl.pkg-txt dd {
    font-size: 0.688rem;
    font-weight: 300;
    line-height: 1rem;
    color: #777;
    display: block;
    margin-top: 11px;
    padding: 0 10px;
}
.slick-list .slider-box {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.slick-current .slider-box dl.pkg-txt span {
    color: #488aff;
    border-bottom: 2px solid #488aff;
    line-height: 22px;
    display: inline-block;
}
.slider.solution .slick-arrow,
.slider.popup-gallery .slick-arrow{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    z-index: 200;
}
.slider.solution .slick-prev,
.slider.popup-gallery .slick-prev {
    background: #fff url(../images/arrow_slide_prev.png) no-repeat 0 0;
    background-size: 30px;
}
.slider.solution .slick-prev:hover,
.slider.popup-gallery .slick-prev:hover{
    background: #fff url(../images/arrow_slide_prev_on.png) no-repeat 0 0;
    background-size: 30px;
}
.slider.solution .slick-next,
.slider.popup-gallery .slick-next{
    background: #fff url(../images/arrow_slide_next.png) no-repeat 0 0;
    background-size: 30px;
}
.slider.solution .slick-next:hover,
.slider.popup-gallery .slick-next:hover{
    background: #fff url(../images/arrow_slide_next_on.png) no-repeat 0 0;
    background-size: 30px;
}
.slick-prev:before, .slick-next:before {
    content: '';
    opacity: 1;
}
.slick-prev {
    left: 0;
    top: 50%;
    margin-top: -15px;
    transform: translate(0, 0);
}
.slick-next {
    right: 0;
    top: 50%;
    margin-top: -15px;
    transform: translate(0, 0);
}
/*
.section-3 {
    width: 100%;
    position: relative;
    margin: 0;
}
*/
.section-3 h2 {
    margin-left: 20px;
    margin-right: 20px;
}
.section-3 ul {
    margin-top: 30px;
}
.section-3 .popup-gallery {
    height: auto;
    overflow: visible;
}

.section-3 .popup-gallery .slider-box {
	border:1px solid #f1f1f1;
}

.section-2 .btn-detail, .section-3 .btn-detail {
    margin-left: 70px;
    padding-right: 0;
    top: 28px;
    left: 50%;
    border: 0;
    width: auto;
    position: absolute;
    display: inline-block;
}
.section-4 .btn-detail {
    margin-left: 55px;
    padding-right: 0;
    top: 44px;
    left: 50%;
    border: 0;
    width: auto;
    position: absolute;
    display: inline-block;
}
.section-2 .btn-detail .arrow-lgreen, .section-3 .btn-detail .arrow-lgreen, .section-4 .btn-detail .arrow-lgreen {
    margin-left: 0;
    width: 30px;
}
.box-port {
    width: 50%;
    height: 230px;
    float: left;
    overflow: hidden;
    position: relative;
    /*display: block;*/
}
.box-port a[class*="port-"] {
    height: 100%;
    display: block;
    vertical-align: top;
}
.box-port .img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .3s ease-out;
}
.box-port .port-1 .img {
    background: url(../images/1_한국전력공사.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-2 .img {
    background: url(../images/2_대통령경호처.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-3 .img {
    background: url(../images/3_국민연금관리공단.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-4 .img {
    background: url(../images/4_공항철도.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-5 .img {
    background: url(../images/5_한국장애인고용공단.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-6 .img {
    background: url(../images/6_국방기술진흥연수원.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-7 .img {
    background: url(../images/7_한국해양수산연수원.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .port-8 .img {
    background: url(../images/8_국가보안기술연구소.png) no-repeat 50% 50%;
    background-size: cover;
}
.box-port .txt {
    display: block;
    opacity: 0;
    color: #fff;
    position: absolute;
    top: 0;
    padding-top: 32%;
    width: 100%;
    height: 100%;
    min-height: 230px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.2s;
}
.box-port .txt .agency, .box-port .txt .term {
    font-size: 0.688rem;
    font-weight: 400;
    line-height: 0.938rem;
}
.box-port .txt .company {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1rem;
    margin-top: 8px;
    margin-bottom: 16px;
}
.box-port .txt .business {
    font-size: 0.688rem;
    font-weight: 500;
    line-height: 0.938rem;
    margin-top: 30px;
}
.box-port:hover {
    border: 2px solid #488aff;
}
.box-port:hover .img {
    transform: scale(1.1);
}
.box-port a[class*="port-"]:hover .txt,
.box-port a[class*="port-"]:active .txt {
    display: block;
    opacity: 1;
}
.section-4 {
    position: relative;
    margin: 0;
    padding: 30px 0;
    background: 0;
    width: 100%;
}
.section-4 h2 {
    text-align: center;
    margin: 0 20px;
    padding-top: 1rem;
    background: url(../images/bg_section_4_h2.png) no-repeat 62% 0;
    background-size: 23px auto;
}
.news-list {
    margin: 0 20px;
    padding-top: 0;
    position: relative;
}
.news-list li:first-child {
    margin-top: 30px;
}
.news-list li {
    margin-top: 10px;
    letter-spacing: -0.03em;
    display: block;
    clear: both;
}
.news-list li:after {
    clear: both;
    display: block;
    content: '';
}
.news-list li .pic {
    position: relative;
}
.news-list li .pic * {
    display: block;
    vertical-align: top;
}
.news-list li .pic img {
    width: 100%;
    max-width: 90px;
    height: auto;
    max-height: inherit;
    float: left;
}
.news-list li.docu .pic img {
    border: 1px solid #ececec !important;
}
.news-list li .pic-con {
    padding-top: 8px;
    margin-left: 75px;
    height: auto;
    width: calc(100% - 75px);
    position: relative;
}
.news-list li .pic-con .title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125rem;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    display: block;
}
.news-list li .pic-con .title:after {
    display: block;
    content: '';
    background-color: #488aff;
    width: 0;
    height: 4px;
    margin-top: -4px;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
    padding-right: 20px;
}
.news-list li .pic-con:hover .title:after {
    color: #000;
    width: 100%;
    height: 4px;
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
.news-list li .pic:hover .title:after {
    color: #000;
    width: 100%;
    height: 4px;
    transform-origin: 0% 50%;
    transform: scaleX(1);
}
.news-list li .title > span {
    position: relative;
    z-index: 10;
    padding-left: 32px;
}
.news-list li .txt {
    display: none;
}
.news-list li .date,
.news-list li .pic-con:hover .date {
    font-size: 0.688rem;
    color: #5a93e0;
    margin-left: 32px;
    margin-top: 10px;
    position: relative;
    bottom: inherit;
}
.news-list li .pic:hover .date {
    color: #000
}
.news-list li .pic:hover * {
    color: #000
}
.news-list li .pic-con .title:after {
    padding-right: 10px;
}
.section-5 {
    width: 100%;
    margin: 0;
}
.section-5 h2 {
    display: block;
}
.section-5 .contact-info {
    width: 100%;
    max-height: inherit;
    overflow: hidden;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    position: relative;
    margin-top: 30px;
}
.section-5 .contact-info p {
    display: block;
    background-color: #488aff;
    margin: -20px 10px 0;
    padding: 18px 18px 10px;
    box-shadow: none;
    position: relative;
}
.section-5 .contact-info p span {
    display: block;
    font-size: 0.813rem;
    line-height: 1.063rem;
    font-weight: 500;
    color: #fff;
    margin: 10px 0;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
}
.section-5 .contact-info p span > span {
    display: block;
    padding-left: 25px;
    margin-top: 0;
}
.section-5 .contact-info p span > span:before {
    width: inherit;
    height: inherit;
}
.section-5 .contact-info a {
    color: #fff;
}
.section-5 .contact-info p span:before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: '';
    vertical-align: middle;
    padding-right: 12px;
}
.section-5 .contact-info p span:nth-child(1):before {
    background: url(../images/ico_contact.png) no-repeat 0 0;
    background-size: 15px;
}
.section-5 .contact-info p span:nth-child(1) > span:before {
    display: inline-block;
    background: 0;
    padding: 0;
    margin: 0;
}
.section-5 .contact-info p span:nth-child(2):before {
    background: url(../images/ico_contact.png) no-repeat 0 -20px;
    background-size: 15px;
}
.section-5 .contact-info p span:nth-child(3):before {
    background: url(../images/ico_contact.png) no-repeat 0 -40px;
    background-size: 15px;
}
.section-5 .contact-form {
    display: none;
}
.section-5 .contact-form h2 {
    display: none;
}
.root_daum_roughmap .wrap_btn_zoom {
    top: -90px !important;
}
.btn-page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: #fff url(../images/ico_top.png) no-repeat 50% 50%;
    background-size: 16px auto;
    font-size: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: block;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    transition: ease 0.3s;
}
.btn-page-top:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.section-6 {
    /* width: 100%;
    margin: 0; */
}
.section-6 h2 {
    display: block;
}
.section-6 .pms-info {
    width: 89%;
    max-height: inherit;
    overflow: hidden;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    position: relative;
    margin: 80px auto 0;
}

#modal {
    display: none;
    position: fixed;
    z-index: 300;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
}
.modal-con {
    display: none;
    position: fixed;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60%;
    min-height: 30%;
    background: #fff;
}
.modal-con .title {
    font-size: 20px;
    padding: 20px;
    background : #488aff;
}
.modal-con .pop-con {
    padding: 0;
    /*border: 1px solid #488aff;*/
    height: auto;
    overflow: hidden;
}
.modal-con .close {
    display: block;
    position: relative;
    width: 52;
    height: 40px;
    line-height: 40px;
    font-size: 0.813rem;
    font-weight: 500;
    color:#fff;
    text-align: center;
    content: '닫기';
    background: #488aff;
}
.modal-con.news {
    width: 90%;
    max-width: 600px;
    min-height: 360px;
}
.modal-con.news .news-text {
    width: 100%;
    margin-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.modal-con.news .news-text .news-text-title {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    margin-bottom: 6px;
}
.modal-con.news .news-text .news-text-con {
    font-size: 0.750rem;
    line-height: 1.075rem;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    max-height: 340px;
    overflow-y: auto;
}
.modal-con.news .news-text .news-text-date {
    font-size: 0.813rem;
    color: #5a93e0;
    margin-top: 10px;
}
.modal-con.news .news-img {
    max-width: 600px;
    height: auto;
    overflow: hidden;
}
.modal-con.news .news-img:after {
    clear: both;
    display: block;
    content: '';
}
.modal-con.news .news-img .thumb_wrap{
    max-width: 640px;
    margin: 6px 10px 0;
    overflow: hidden;
}
.modal-con.news .news-img .thumb_wrap>div{
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin: 0;
    margin-right: 3px;
    margin-bottom: 5px;
    cursor: pointer;
}
.modal-con.news .news-img .thumb_wrap>div>img{
    width: 40px;
    height: 30px;
    display: block;
}
.modal-con.news .news-img .thumb_wrap>div:hover img,
.modal-con.news .news-img .thumb_wrap>div.current img {
    border: 2px solid #488aff !important;
    opacity: 0.8;
}
.modal-con.news .news-img .big_pic{
    margin: 0;
    max-width: 640px;
    max-height: 480px;
    overflow: hidden;
    text-align: center;
}
.modal-con.news .news-img .big_pic>img{
    width: auto;
    max-width: 100%;
    max-height: 480px;
    border: 1px solid #e1e1e1 !important;
}

.footer {
    display: block;
    background-color: #2c2e33;
    color: #6b6d72;
    font-size: 0.875rem;
    line-height: 1rem;
    padding: 20px;
    text-align: center;
}
.footer img[src*="logo_footer"] {
    width:120px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}
.footer .protection {
    display: block;
    color: #838a9b;
    margin-bottom: 5px;
}
.footer .tel {
    display: inline-block;
    color: #6b6d72;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top:5px;
}
.footer .copyright {
    display: block;
}

.about-info {
    width: 89%;
    max-height: inherit;
    overflow: hidden;
    font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    position: relative;
    margin: 80px auto 0;
    line-height: 1.5;
    vertical-align: top;
}
.about-info h3 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.375rem;
    border-bottom: 3px solid #488aff;
}
.about-info > .img {
    float: left;
    width: 30%;
    padding-right: 3rem;
}
.about-info > .img > img {
    width: 100%;
}
.about-info .desc-wrap {
    float: left;
    width: 70%;
    height:auto;
    overflow: hidden;
}
.about-info .desc-wrap:after {
    clear: both;
    display: block;
    content: '';
}
.about-info .desc {
    color: #777;
    font-size: 15px;
    font-weight: 300;
}
.about-info .desc > p {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.65rem;
    color: #000;
}
.about-info .desc + h3 {
    margin-top: 1.75rem;
}
.about-info .desc-wrap + .desc-info {
    padding-top: 3rem;
}
.about-info .desc-info:before {
    display: block;
    clear: both;
    content: "";
}
.about-info .desc-info {
    float: none;
    clear: both;
}
.about-info .desc-info [class^="desc-info-"] {
    margin-top: 1.5rem;
    color: #777;
    font-weight: 300;
    font-size: 15px;
}
.about-info .desc-info [class^="desc-info-"]:first-child {
    margin-top: 0;
}
.about-info .desc-info [class^="desc-info-"] > strong {
    color:#488aff;
    display: block;
    font-size: 17px;
    margin-bottom: 0.5rem;
}

.portfolio-wrap {
    margin: 80px auto 0;
}
.portfolio-wrap dl {
    display: table;
    height:auto;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    min-width: 800px;
    vertical-align: top;
    table-layout: fixed;
}
.portfolio-wrap dl + dl {
    margin-top: 2rem;
}
.portfolio-wrap dt {
    color:#488aff;
    font-weight: 600;
    font-size: 2rem;
    display: table-cell;
    padding-right: 3rem;
    vertical-align: top;
}
.portfolio-wrap dd {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
.portfolio-wrap dd > div {
    margin: 0.5rem 0 0.75rem 0;
}
.portfolio-wrap dd > div > span {
    width: 28%;
    display: inline-block;
    font-weight: 600;
}

/*RESPONSIVE*/
@media screen and (min-width: 280px) and (max-width: 320px) {
    /* fold screen */
    .section-1 .txt-2 br {
        display: none;
    }
}
@media screen and (min-width: 414px) {
    .box-port,
    .box-port a[class*="port-"] {
        height: 250px;
    }
}
@media screen and (min-width: 280px) and (max-width: 430px) {
	.section-1 {max-height:360px !important}
	.section-1 .txt-1 {
		font-size:0.875rem !important;
		padding-top:0 !important;
		padding-left:10px !important;
	}
	.section-1 h2 {
		padding-left:10px !important;
	}
	.section-1 .txt-2 {
		width: 100% !important;
		padding-left:10px !important;
	}
}
@media screen and (max-width: 500px) {
    .section-1 .txt-1 {
        top:-15rem !important;
        font-size:0.6rem !important;
        padding-left: 0 !important;
    }
    .section-1 .txt-1 > strong {
        font-size:0.6rem !important;
    }
    .section-1 h2 {
        top:-15rem !important;
        padding-left: 0 !important;
        font-size: 1.2rem !important;
    }
    .section-1 .txt-2 {
        top:-15rem !important;
        padding-left: 0 !important;
        font-size:0.6rem !important;
        width:60% !important;
        margin-top:15px !important;
    }
}
@media screen and (min-width: 500px) {
    .section-5 .contact-info p span > span {
        display: inline-block;
        margin: 0;
        padding-left: 0;
    }
}
@media screen and (min-width: 600px) {
    .box-port .txt .agency, .box-port .txt .term {
        font-size: 0.750rem;
        line-height: 1.063em;
    }
    .box-port .txt .company {
        font-size: 1rem;
        line-height: 1rem;
    }
    .box-port .txt .business {
        font-size: 0.750rem;
        line-height: 1.063em;
    }
}
@media screen and (min-width: 640px) {
    .box-port .txt {
        padding-top: 80px;
    }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
    .section-1 .txt-1 {
        top:-16rem !important;
        font-size:0.6rem !important;
        padding-left: 0 !important;
    }
    .section-1 .txt-1 > strong {
        font-size:0.6rem !important;
    }
    .section-1 h2 {
        top:-16rem !important;
        padding-left: 0 !important;
        font-size: 1.2rem !important;
    }
    .section-1 .txt-2 {
        top:-16rem !important;
        padding-left: 0 !important;
        font-size:0.6rem !important;
        width:60% !important;
        margin-top:15px !important;
    }
}
@media screen and (max-width: 640px) {
    .container {
        position: absolute;
        top:0;
        height:100%;
        margin-top:0 !important
    }
    .section {
        padding:4rem 0 1rem !important
    }

    .section-1 {
        max-height:290px !important;
        padding: 0 !important;
        padding-top:49px !important;
    }
    .section-1 .txt-2 > br {display: none;}

	.section-1 .bg-main {
		height:290px;
		background:url(../images/img_main02.png) no-repeat 50% 50%;
		background-size:cover;
	}
	.section-1 .bg-main > img {display:none;}
    .footer {
        font-size:0.75rem;
    }
    .footer img[src*="logo_footer"] {
        width:70px;
        height: auto;
        display: block;
        margin: 0 auto 12px;
    }
    .footer .protection {
        display: block;
        color: #838a9b;
        margin-bottom: 5px;
    }
    .footer .tel {
        display: inline-block;
        color: #6b6d72;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    .footer .copyright {
        display: block;
    }
    .header_new h1 a {
        margin-top:18px !important
    }
    .header_new h1 img {
        width:54px !important
    }
    .header_new #menu_new ul {
        margin-right:15px !important;
    }
    .header_new #menu_new li a {
        font-size:0.65rem !important;
    }
}
@media screen and (max-width: 767px) {
    .section-1 .txt-1 {
        padding-top:20px;
    }
    .about-info > .img > img {
        max-width: 200px !important;
    }
    .portfolio-wrap dl {
        min-width: inherit !important;
    }
    .portfolio-wrap dt {
        font-size: 0.875rem !important;
        padding-right: 1rem !important;
    }
    .portfolio-wrap dd {
        font-size: 0.75rem !important;
    }
    .portfolio-wrap dd > div {
        margin-top: 0 !important;
    }
    .portfolio-wrap dd > div > span {
        display: block;
        width: 100% !important;
        margin-bottom: 0.25rem;
    }
}
@media screen and (min-width: 768px) {
    .section-1 .bg-main {
        width: 50%;
    }
    .section-1 h2 > br {
        display: none;
    }
    .section-1 .txt-2 {
        width:75%;
    }
    .section-1 .txt-2 > br {
        display: none;
    }
    .slider.solution .slick-arrow,
	.slider.popup-gallery .slick-arrow {
        width:42px;
        height:42px;
        border-radius: 21px;
    }
    .slider.solution .slick-prev,
    .slider.solution .slick-prev:hover,
    .slider.solution .slick-next,
    .slider.solution .slick-next:hover,
    .slider.popup-gallery .slick-prev,
    .slider.popup-gallery .slick-prev:hover,
    .slider.popup-gallery .slick-next,
    .slider.popup-gallery .slick-next:hover	{
        background-size: 42px;
    }
    .box-port {
        width: 25%;
    }
    .box-port .txt {
        padding-top: 34%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .section-1 .txt-2 {
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 1280px) {
	.section-1 .bg-main {width:100%;}
	.section-1 .txt-1 {
		font-size:1rem;
		top:-19rem;
		text-align:left;
		padding-left:2rem;
	}
	.section-1 h2 {
		top:-19rem;
		text-align:left;
		padding-left:2rem;
        font-size: 2rem;
	}
    .section-1 .txt-2 {
        width:60%;
		top:-19rem;
		text-align:left;
		margin-left:0;
		padding-left:2rem;
    }
	.section-1 .txt-2 .btn-detail {
		text-align:left;
		margin-left:0 !important;
	}
    .section-1 .txt-1 > strong {
        font-size:1.25rem;
    }
    .section-1 h2 {
        line-height: 1.2;
    }

    .section-6 .pms-info {
        font-size: 0.875rem;
        margin-top:30px;
    }
}
@media screen and (min-width: 1024px) {
    .section-1 .bg-main {
        width: 100%;
    }
    .box-port, .box-port a[class*="port-"] {
        height: 320px;
    }
    .box-port .txt {
        padding-top: 36%;
    }
}
@media screen and (max-width: 1280px) {
    .header_new .header {
        padding: 0 0 0 20px;
    }
    .header_new #menu_new ul {
        margin-right: 10px;
    }
    .header_new #menu_new li {
        padding:0 6px;
    }
    .header_new #menu_new li a {
        font-size:0.875rem;
    }
    .section-1 .txt-2 .btn-detail {
        margin-left: auto;
        margin-right: auto;
    }
    .pd-solution .pkg-img img {
        height: 90%;
    }

    .about-info {
        margin-top: 28px;
    }
    .about-info h3 {
        font-size: 1rem;
    }
    .about-info .desc, .about-info .desc-info [class^="desc-info-"] {
        font-size: 0.75rem;
    }
    .about-info .desc > p {
        font-size: 0.825rem;
    }
    .about-info .desc-info [class^="desc-info-"] > strong {
        font-size: 0.825rem;
        margin-bottom: 0.25rem;
    }
    .about-info > .img {
        float: none;
        width: 100%;
        text-align: center;
    }
    .about-info > .img > img {
        width: auto;
        max-width: 300px;
    }
    .about-info > .desc-wrap {
        float: none;
        width: 100%;
    }
    .portfolio-wrap {
        margin-top: 28px;
    }
    .portfolio-wrap dl {
        min-width: inherit;
        min-width: 600px;
    }
    .portfolio-wrap dt {
        font-size: 1.5rem;
        padding-right: 1.5rem;
    }
    .portfolio-wrap dd {
        font-size: 0.825rem;
    }
    .portfolio-wrap dd > div {
        margin: 0.25rem 0 0.5rem 0;
    }
    .portfolio-wrap dd > div > span {
        width:30%;
    }
}
@media screen and (min-width: 1281px) {
    #main {
        overflow-x: hidden;
        background-color: #fff;
    }
    .container {
        height: auto;
        background-color: #fff;
    }
    /*MOBILE*/
    .mobile {
        display: block;
    }
    /*HEADER*/
    .header_new {
        height:5rem;
    }
    .header_new .header {
        height: 5rem;
    }
    .header_new h1 {
        margin-left:40px;
    }
    .header_new h1 a {
        display: inline-block;
        padding: 0 0 0 0;
        margin: 18px 0 0 0;
    }
    .header_new h1 img {
        width:128px;
        height: auto;
    }
    /*MENU*/
    .header_new #menu_new ul {
        margin-right: 20px;
    }
    .header_new #menu_new li a {
        font-size: 1.35rem;
        line-height: 5rem;
    }
    /*GNB*/
    .gnb {
        display: none !important;
        width: 300px;
        height: 100vh;
        min-height: 680px;
        background-color: #fff;
        position: fixed;
        overflow-x: hidden;
        float: left;
        margin: 0;
		border-right:1px solid #efefef;
    }
    .gnb h1 {
        margin: 50px auto 74px;
        text-align: center;
    }
    .gnb .menu {
        margin-left: 70px;
    }
    .gnb .menu li {
        display: block;
        width: 230px;
    }
    .gnb .menu li:after {
        display: block;
        content: '';
        background-color: #5a93e0;
        width: 0;
        height: 8px;
        margin-top: -20px;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }
    .gnb .menu li:hover:after {
        color: #000;
        width: 100%;
        height: 8px;
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    .gnb .menu li a {
        color: #000;
        line-height: 2.65rem;
        display: block;
        position: relative;
        z-index: 100;
        margin-top: 20px;
        padding-left: 22px;
        font-size: 18px;
        font-weight: 400;
    }
    .gnb .menu li a:hover {
        font-weight: 600;
    }
    .gnb .menu li.on a {
        font-weight: 600;
    }
    .gnb .menu li.on:after {
        color: #000;
        width: 100%;
        height: 8px;
        transform-origin: 0% 50%;
        transform: scaleX(1);
    }
    .gnb .footer {
        position: absolute;
        bottom: 0;
        width: 300px;
        padding-bottom: 52px;
        text-align: center;
        font-size: 13px;
        font-weight: 400;
        color: #777;
        text-align: center
    }
    .gnb .footer a {
        color: #777;
        border: 1px solid #e1e1e1;
        padding: 15px;
        width: 204px;
        text-align: center;
        display: inline-block;
        transition: all 0.3s;
    }
    .gnb .footer a:hover {
        color: #000;
        border: 1px solid #000;
    }
    .gnb .footer .address {
        margin-top: 50px;
        line-height: 1.5rem;
        letter-spacing: -0.03em;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    }
    .gnb .footer .copyright {
        margin-top: 20px;
        letter-spacing: -0.03em;
    }
    /*SLIDER*/
    .slider {
        width: 50%;
        margin: 80px auto 0;
    }
    .slick-slide {
        margin: 0px 15px;
    }
    .slick-slide img {
        width: 100%;
    }
    /*CONTENTS*/
    .container {
        width: 100%;
        height: calc(100% - 5rem);
        min-height: 100vh;
        background-color: #fff;
        margin-left: 0;
        margin-top: 5rem;
        position: absolute;
    }

    .section {
        clear: both;
        margin: 0 5rem;
        padding: 8rem 0;
    }
    .section h2 {
        font-size: 60px;
        font-weight: 200;
    }
    .section h2 > p {
        font-size: 15px;
        margin-top: 25px;
        padding-left: inherit;
        padding-right: inherit;
    }
    .section-1 {
        color: #000;
        width: 100%;
		height:100%;
        max-height: 800px;
        text-align: left;
        position: relative;
        padding: 0;
		padding-left:5rem !important;
		margin: 0;
    }
    .section-1 .bg-main {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        max-height: 800px;
        max-width: 100%;
        margin: 0;
    }
    .section-1 .txt-1 {
        font-size: 1.375rem;
        padding-top: 150px;
    }
    .section-1 h2 {
        font-size: 5.2rem;
        line-height: 6.063rem;
        text-align: left;
        padding-top: 50px;
    }
    .section-1 h2 > span {
        color: #000;
    }
    .section-1 h2 > br {
        display: block;
    }
    .section-1 .txt-2 {
        font-size: 1.125rem;
        line-height: 2rem;
        text-align: left;
        width: 50%;
        margin-top: 75px;
    }
    .section-1 .txt-2 > br {
        display: block;
    }
    .section-1 .txt-2 .btn-detail {
        font-size: 20px;
        margin-top: 60px;
        padding-right: 0;
        right: 0;
        border: 0;
        width: auto;
    }
    .arrow-lgreen {
        width: 51px;
        height: 13px;
        line-height: 32px;
        margin-left: 27px;
        background-size: 51px 13px;
    }
    .section-2, .section-3 {
        width: calc(100% - 8rem);
    }
    .slider.solution,
	.slider.popup-gallery {
        width: 89%;
    }
    .slider.solution .slick-list,
	.slider.popup-gallery .slick-list{
        min-height: 475px;
    }
    .slider-box {
        width: 400px;
        min-height: 465px;
    }
    .slider-box .pkg-img {
        width: 100%;
        height: 300px;
    }
    .slider-box .pkg-img img {
        width: auto;
        padding-top: 49px;
        padding-right: 52px
    }
    .pd-solution .pkg-img img {
        padding-top: 50px;
        padding-right: inherit;
    }
    .slider-box dl.pkg-txt {
        max-width: 90%;
        margin: -35px auto 0;
        padding-bottom: 15px;
        font-size: 1rem;
    }
    .slider-box dl.pkg-txt span {
        border-bottom: 2px solid #5a93e0;
        line-height: 48px;
        padding-top: 0;
    }
    .slider-box dl.pkg-txt dt {
        font-size: 24px;
        margin-top: 38px;
    }
    .slider-box dl.pkg-txt dd {
        font-size: 14px;
        line-height: 21px;
        margin-top: 14px;
        padding: 0 10px;
    }
    .slick-current .slider-box, .slick-slide .slider-box {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
		margin-bottom:10px;
    }
    .slick-current .slider-box dl.pkg-txt span {
        color: #488aff;
        border-bottom: 2px solid #488aff;
        line-height: 48px;
    }
    .slider.solution .slick-arrow,
	.slider.popup-gallery .slick-arrow{
        width: 65px;
        height: 65px;
        border-radius: 0;
    }
    .slider.solution .slick-prev,
	.slider.popup-gallery .slick-prev {
        background: url(../images/arrow_slide.png) no-repeat 0 0;
    }
    .slider.solution .slick-prev:hover,
	.slider.popup-gallery .slick-prev:hover{
        background: url(../images/arrow_slide.png) no-repeat -65px 0;
    }
    .slider.solution .slick-next,
	.slider.popup-gallery .slick-next{
        background: url(../images/arrow_slide.png) no-repeat 0 -65px;
    }
    .slider.solution .slick-next:hover,
	.slider.popup-gallery .slick-next:hover{
        background: url(../images/arrow_slide.png) no-repeat -65px -65px;
    }
    .slick-prev {
        left: -75px;
        top: 50%;
        margin-top: -33px;
    }
    .slick-next {
        right: -75px;
        top: 50%;
        margin-top: -33px;
    }
	/*
    .section-3 {
        margin: 0;
    }
	*/
    .section-3 ul {
        margin-top: 50px;
    }
    .section-2 .btn-detail, .section-3 .btn-detail {
        margin-left: 150px;
        top: 52px;
        left: 50%;
    }
    .section-4 .btn-detail {
        margin-left: 270px;
        top: 72px;
        left: 0;
    }
    .section-2 .btn-detail .arrow-lgreen, .section-3 .btn-detail .arrow-lgreen, .section-4 .btn-detail .arrow-lgreen {
        margin-left: 0;
        width: 51px;
    }
    .box-port {
        width: 25%;
        height: 520px;
    }
    .box-port a[class*="port-"] {
        height: 520px;
    }
    .box-port .txt {
        padding-top: 40%;
    }
    .box-port .txt .agency, .box-port .txt .term {
        font-size: 18px;
        line-height: 21px;
    }
    .box-port .txt .company {
        font-size: 28px;
        line-height: 32px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .box-port .txt .business {
        font-size: 18px;
        line-height: 21px;
        margin-top: 60px;
    }
    .box-port:hover,
	.section-3 .popup-gallery .slider-box:hover {
        border: 6px solid #488aff;
    }
    .box-port:hover .img {
        transform: scale(1.1);
    }
    .box-port:hover .txt {
        display: block;
    }
    .section-4 {
        position: relative;
        margin: 0;
        padding: 4rem 0 5rem 0;
        background: url(../images/bg_section_4.png) no-repeat 100% 0;
    }
    .section-4 h2 {
        text-align: left;
        margin: 0 5rem;
        padding-top: 1rem;
        background: url(../images/bg_section_4_h2.png) no-repeat 162px 0;
    }
    .news-list {
        margin: 0 5rem;
        padding-top: 20px;
    }
    .news-list li {
        margin-top: 30px;
    }
    .news-list li .pic img {
        max-width: 320px;
        height: auto;
        max-height: 240px;
    }
    .news-list li .pic-con {
        padding-top: 37px;
        margin-left: 280px;
        height: 240px;
        width: calc(100% - 280px);
    }
    .news-list li .pic-con .title {
        font-size: 26px;
        line-height: 32px;
        display: inline-block;
        margin-left: -40px;
    }
    .news-list li .pic-con .title:after {
        width: 0;
        height: 10px;
        margin-top: -10px;
        padding-right: 20px;
    }
    .news-list li .pic-con:hover .title:after {
        color: #000;
        width: 100%;
        height: 10px;
    }
    .news-list li .pic:hover .title:after {
        color: #000;
        width: 100%;
        height: 10px;
    }
    .news-list li .title > span {
        padding-left: 90px;
    }
    .news-list li .txt {
        font-size: 15px;
        line-height: 28px;
        color: #777;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
        margin-left: 90px;
        margin-top: 10px;
        width: 50%;
        display: block;
    }
    .news-list li .date,
    .news-list li .pic-con:hover .date {
        font-size: 15px;
        margin-left: 90px;
        position: absolute;
        bottom: 48px;
    }
    .news-list li .pic:hover * {
        color: #000
    }
    .news-list li:nth-child(2) {}
    .news-list li:nth-child(2) .pic img {
        float: right;
    }
    .news-list li:nth-child(2) .pic-con {
        padding-top: 37px;
        margin-right: 280px;
        margin-left: inherit;
        text-align: right;
    }
    .news-list li .pic-con .title:after {
        padding-right: 40px;
    }
    .news-list li:nth-child(2) .title > span {
        padding-right: 50px;
        padding-left: 20px;
    }
    .news-list li:nth-child(2) .txt {
        margin-left: calc(50% - 90px);
        margin-right: 90px;
    }
    .news-list li:nth-child(2) .date,
    .news-list li:nth-child(2) .pic-con:hover .date {
        margin-left: 0;
        margin-right: 90px;
        right: 0;
    }
    .section-5 {
        width: calc(100% - 8rem);
    }
    .section-5 h2 {
        /*display: none;*/
    }
    /*.section-5 .contact-info {
        float: left;
        width: 43%;
        height: 765px;
        width: 100%;
        height: 500px;
        margin-top: inherit;
    }*/
    .section-5 .contact-info p {
        margin: 0;
        padding: 25px 30px 25px;
        border-bottom: 0;
        width: 580px;
        height: auto;
        overflow: hidden;
        color: #fff;
        background: rgba(90,147,224,0.85);
        position: absolute;
        top: inherit;
        bottom: 0;
        right: 0;
        z-index: 999;
    }
    .section-5 .contact-info a {
        color: #fff !important;
    }
    .section-5 .contact-info p {
        margin-top: 0;
    }
    .section-5 .contact-info p span:before {
        margin-left: -28px;
    }
    .section-5 .contact-info p>span {
        display: block;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
        font-size: 0.875rem;
        padding-left: 30px;
    }
    .section-5 .contact-info p .mail_solution {
        margin-bottom: 0;
        margin-top: -5px;
    }

    .section-5 .contact-form {
        display: block;
        width: 56%;
        float: right;
        text-align: center;
    }
    .section-5 .contact-form h2 {
        display: block;
        text-align: left;
        margin-bottom: 20px;
    }
    .section-5 .contact-form span {
        display: block;
        float: left;
        width: 48%;
        text-align: left;
        margin-top: 40px;
        position: relative;
    }
    .section-5 .contact-form span:nth-child(2n) {
        margin-left: 4%;
    }
    .section-5 .contact-form span label {
        color: #5a93e0;
        font-size: 15px;
        font-weight: 500;
        display: block;
        cursor: default;
    }
    .section-5 .contact-form span input[type="text"] {
        border: 0;
        border-bottom: 1px solid #555;
        height: 38px;
        line-height: 38px;
        padding: 5px 0 0;
        outline: 0;
        width: 100%;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    }
    .section-5 .contact-form .add-file {
        width: 100%;
    }
    .section-5 .contact-form .add-file input.upload_text {
        /*읽기전용 인풋텍스트*/
        float: left;
        width: 100%;
        /* 버튼 포함 전체 가로 길이*/
        position: relative;
    }
    .section-5 .contact-form .add-file .upload-btn_wrap input.input_file {
        /*파일찾기 폼 투명하게*/
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "alpha(opacity=0)";
        -moz-opacity: 0;
        padding: 0;
    }
    .section-5 .contact-form .add-file .upload-btn_wrap {
        /*버튼테두리 감싼 div*/
        overflow: hidden;
        position: absolute;
        right: 0;
        float: left;
        width: 30px;
        /*width, height 값은 button(찾아보기)값과 같아야함 */
        height: 30px;
    }
    .section-5 .contact-form .add-file .upload-btn_wrap button {
        /*버튼 div*/
        width: 30px;
        height: 30px;
        background: #b1b1b1 url(../images/ico_upload.png) no-repeat 50% 50%;
        transition: all 0.3s;
        border-radius: 15px;
    }
    .section-5 .contact-form .add-file .upload-btn_wrap:hover button {
        background-color: #5a93e0;
    }
    .section-5 .contact-form .add-file .upload-btn_wrap button > span {
        text-indent: -9999px;
    }
    .section-5 .contact-form .con-text {
        width: 100%;
        margin-left: 0 !important;
    }
    .section-5 .contact-form textarea {
        border: 0;
        border-bottom: 1px solid #555;
        padding: 0;
        margin-top: 10px;
        outline: 0;
        width: 100%;
        height: 160px;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
    }
    .section-5 .contact-form span input[type="text"]:focus,
    .section-5 .contact-form span textarea:focus {
        border-color: #5a93e0;
    }
    .section-5 .contact-form .btn-contact {
        font-size: 18px;
        color: #0f0707;
        background-color: #5a93e0;
        display: inline-block;
        padding: 16px 55px 14px;
        margin-top: 30px;
        text-align: center;
        border-radius: 4px;
        transition: all 0.3s;
    }
    .section-5 .contact-form .btn-contact:hover {
        background-color: #5a93e0;
    }
    .btn-page-top {
        bottom: 20px;
        right: 20px;
        background-size: 20px auto;
    }
    .section-6 {
        width: calc(100% - 10rem);
    }
    .section-7 {
        width: calc(100% - 10rem);
    }
    .modal-con .pop-con {
        font-size: 15px;
        line-height: 1.3;
        padding: 30px;
        border: 0;
    }
    .modal-con .close {
        position: absolute;
        width: 52px;
        height: 52px;
        font-size: 0 !important;
        right: -52px;
        top: 0;
        background: #488aff url(../images/ico_close_pop.png) no-repeat 50% 50%;
    }
    .modal-con .close:hover {
        background-color: #333;
    }
    .modal-con.news {
        width: auto;
        min-width: 1000px;
        max-width: inherit;
        min-height: 590px;
    }
    .modal-con.news .news-text {
        float: right;
        width: 270px;
        margin-top: 0;
    }
    .modal-con.news .news-text:after {
        clear: both;
        display: block;
        content: '';
    }
    .modal-con.news .news-text .news-text-title {
        font-size: 1.250rem;
        line-height: 2rem;
        font-weight: 600;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .modal-con.news .news-text .news-text-con {
        font-size: 0.938rem;
        line-height: 1.750rem;
        font-family: 'S-CoreDream', 'Malgun Gothic', sans-serif;
        width: 270px;
        table-layout: fixed;
        word-break: break-all;
        max-height: 340px;
        overflow-y: auto;
    }
    .modal-con.news .news-text .news-text-date {
        font-size: 0.938rem;
        color: #5a93e0;
        margin-top: 50px;
    }
    .modal-con.news .news-img {
        float: left;
        width: 640px;
        max-width: 640px;
    }
    .modal-con.news .news-img .thumb_wrap{
        width: 640px;
        min-height: 47px;
        max-width: inherit;
        margin: 5px 0 0;
    }
    .modal-con.news .news-img .thumb_wrap>div{
        width: 60px;
        height: 45px;
        overflow: hidden;
        float: left;
        margin: 0 4px 4px 0;
        margin-right: 4px;
        cursor: pointer;
    }
    .modal-con.news .news-img .thumb_wrap>div:nth-child(10n) {
        margin-right: 0 !important;
    }
    .modal-con.news .news-img .thumb_wrap>div:nth-child(3n+1) {
        margin-right: 5px;
    }
    .modal-con.news .news-img .thumb_wrap>div>img{
        width: 60px;
        height: 45px;
        display: block;
    }
    .modal-con.news .news-img .thumb_wrap>div:hover img,
    .modal-con.news .news-img .thumb_wrap>div.current img {
        border: 2px solid #488aff !important;
        opacity: 0.8;
    }
    .modal-con.news .news-img .big_pic{
        margin: 0;
        width: 640px;
        height: 480px;
        overflow: hidden;
    }
    .modal-con.news .news-img .big_pic>img{
        width: auto;
        height: 480px;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
    .section {
        margin: 0 4rem;
        padding: 4rem 0;
    }
    .section-1 {
        margin: 0;
        padding-top: 0;
        padding-bottom: 1rem;
        width: 100%;
		max-height:580px;
    }
    .section-1 .txt-1 {
        padding-top: 100px;
    }
    .section-1 h2 {
        padding-top: 15px;
        font-size: 4.25rem;
        line-height: 5.25rem;
    }
    .section-1 .txt-2 {
        width: 50%;
        margin-top: 30px;
        font-size: 1rem;
        line-height: 1.750rem;
    }
    .section-1 .txt-2 .btn-detail {
        margin-top: 20px;
    }
    .section-1 .bg-main {
        width: 100%;
    }
    .slider-box dl.pkg-txt dt {
        margin-top: 20px;
    }
    .section-3 {
        /* margin: 0; */
    }
    .box-port .txt .agency, .box-port .txt .term {
        font-size: 16px;
        line-height: 19px;
    }
    .box-port .txt .company {
        font-size: 25px;
        line-height: 29px;
    }
    .box-port .txt .business {
        font-size: 15px;
        line-height: 18px;
        margin-top: 50px;
    }
    .box-port,
    .box-port a[class*="port-"] {
        height: 390px;
    }
    .section-4 {
        margin: 0;
        padding: 4rem 0 4rem 0;
    }
    .news-list {
        margin: 0 4rem;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .news-list li .txt {
        width: 70%;
    }
    .news-list li:nth-child(2) .txt {
        margin-right: 0;
        margin-left: calc(30% - 90px);
    }
    .section-5 .contact-info p span {
        font-size: 14px;
    }
}
@media screen and (min-width: 1281px) and (max-width: 1800px) {
    /*.section-5 .contact-info {
        width: 40%;
        max-height: 680px;
    }
    .section-5 .contact-info p {
        margin: 0;
        width: 100%;
        padding: 20px 30px;
        bottom: 0;
    }
    .section-5 .contact-info p span {
        margin: 12px 0;
    }
    .section-5 .contact-info p span:nth-child(1) > span {
        display: block;
        margin: 0;
        text-indent: 42px;
    }
    .section-5 .contact-form {
        width: 55%;
    }
    .section-5 .contact-form span {
        margin-top: 30px;
    }*/
}
@media screen and (min-width: 1401px) and (max-width: 1500px) {
    .section {
        margin: 0 4rem;
        padding: 8rem 0;
    }
    .section-1 {
        margin: 0;
        padding-top: 0;
        padding-bottom: 1rem;
        width: 100%;
        max-height:600px;
    }
    .section-1 .txt-1 {
        padding-top: 100px;
    }
    .section-1 h2 {
        padding-top: 15px;
        font-size: 4.625rem;
        line-height: 5.875rem;
    }
    .section-1 .txt-2 {
        width: 50%;
        margin-top: 30px;
        font-size: 1.063rem;
    }
    .section-1 .txt-2 .btn-detail {
        margin-top: 20px;
    }
    .section-1 .bg-main {
        width: 100%;
    }
    .slider-box dl.pkg-txt dt {
        margin-top: 20px;
    }
    .section-3 {
        /* margin: 0; */
    }
    .box-port .txt .agency, .box-port .txt .term {
        font-size: 16px;
        line-height: 19px;
    }
    .box-port .txt .company {
        font-size: 25px;
        line-height: 29px;
    }
    .box-port .txt .business {
        font-size: 15px;
        line-height: 18px;
        margin-top: 50px;
    }
    .box-port,
    .box-port a[class*="port-"] {
        height: 390px;
    }
    .section-4 {
        margin: 0;
        padding: 4rem 0 4rem 0;
    }
    .news-list {
        margin: 0 4rem;
    }
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .section {
        margin: 0 4rem;
        padding: 8rem 0 4rem;
    }
    .section-1 {
        margin: 0;
        padding-bottom: 1rem;
        width: 100%;
		max-height:680px;
        padding-top: 5rem;
    }
    .section-1 .bg-main {
        width: 100%;
    }
    .section-1 .txt-1 {
        padding-top: 40px;
    }
    .section-1 h2 {
        padding-top: 25px;
        font-size: 4.88rem;
        line-height: 5.875rem;
    }
    .section-1 .txt-2 {
        width: 45%;
        margin-top: 30px;
        font-size: 1.063rem;
    }
    .section-1 .txt-2 .btn-detail {
        margin-top: 20px;
    }
    .slider-box dl.pkg-txt dt {
        margin-top: 25px;
    }
    .section-3 {
        /* margin: 0; */
    }
    .box-port,
    .box-port a[class*="port-"] {
        height: 420px;
    }
    .section-4 {
        margin: 0;
        padding: 4rem 0 4rem 0;
    }
    .news-list {
        margin: 0 4rem;
    }
}
@media screen and (min-width: 1601px) {
    .section-2,
    .section-5,
    .section-3 {
        width: calc(100% - 10rem);
    }
    .section-2 .btn-detail, .section-3 .btn-detail {
        margin-left: 150px;
        top: 70px;
        left: 50%;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
    .section-1 {
       max-height:800px;
    }
    .section-3 .box-port,
    .section-3 .box-port a[class*="port-"] {
        height: 450px;
    }
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .section-1 {
       max-height:800px;
    }
    .section-1 .txt-1 {
        padding-top: 150px;
    }
    .section-3 .box-port,
    .section-3 .box-port a[class*="port-"] {
        height: 480px;
    }
}
@media screen and (min-width: 1801px) and (max-width: 1900px) {
    .section-1 {
       max-height:800px;
    }
}
@media screen and (min-width: 1901px) {
    .section-1 {
       max-height:800px;
    }
    .section-1 .bg-main {
        width: 100%;
    }
}

/*map*/
.section-5 .contact-info #map {
    width: 100%;
    background: #fff;
}
.section-5 .contact-info #map .map-size {
    width: 100%;
    height: 180px;
}
.wrap_controllers.hide {
    display: none !important;
}

.section-5 .contact-info p {
    z-index: 200;
}
.root_daum_roughmap .border1,
.root_daum_roughmap .border2,
.root_daum_roughmap .border3,
.root_daum_roughmap .border4 {
    border: 0 !important;
    width: 0;
    height: 0;
    background: 0;
}

@media screen and (min-width: 500px) {
    .section-5 .contact-info p span > span {
        display: inline-block;
        margin: 0;
        padding-left: 0;
    }
    .section-5 .contact-info #map .map-size {
        width: 100%;
        height: 200px;
    }
}
@media screen and (min-width: 768px) {
    .section-5 .contact-info #map .map-size {
        width: 100%;
        height: 240px;
    }
}
@media screen and (min-width: 1366px) {
    .section-5 .contact-info #map {
        width: 100%;
        height: 400px;
    }
    .section-5 .contact-info #map .map-size {
        width: 100%;
        height: 400px;
    }
    .section-5 .contact-info #map .map-size .wrap_map {
        width: 100%;
        height: 400px;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1860px) {
    /*.section-5 .contact-info #map .map-size {
        width: 540px;
        height: 680px;
    }
    .section-5 .contact-info #map .map-size .wrap_map {
        width: 100%;
        height: 680px;
    }*/
    /*.section-5 .contact-info p span > span
    {
        text-indent: 42px;
    }*/
}
@media screen and (min-width: 1680px) {
    .section-5 .contact-info p {
        margin-top: 18px;
        padding: 30px 40px;
        width: 475px;
        position: absolute;
        top: 10px;
        bottom: inherit;
        right: 50px;
        z-index: 999;
    }
    .section-5 .contact-info>span {
        display: block;
    }
    .section-5 .contact-info .tit {
        display: block;
    }
    .section-5 .contact-info.tel,
    .section-5 .contact-info.fax {
        width: 48%;
        margin-right:1%;
    }
}

/* 옆메뉴용
@media screen and (min-width: 1281px) {
    #main {
        background-color:#2c2e33;
    }
    .container {
        width: calc(100% - 300px);
        height: 100%;
        min-height: 100vh;
        background-color: #fff;
        margin-left: 300px;
        margin-top: 0;
        position: absolute;
    }
    .mobile {
        display:none;
    }
    .gnb {
        display:block !important;
    }
    .gnb .footer {
        background: #fff;
    }
    .section {
        padding:4rem 0;
    }
}
*/