@charset "utf-8"; /* Swiper 4.3.5 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.thumbnail .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.thumbnail .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.slide-current.p-2{margin-bottom:0}
.slide-total.p-2{margin-bottom:0}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {

}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {

}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display:inline-block!important
}

.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('/city/pcms/common/font/GmarketSans/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Makgeolli';
    src: url('/city/pcms/common/font/Makgeolli/Makgeolli.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'score';
    src: url(/city/pcms/common/font/sCoreDream/score5.eot) format('eot'), url(/city/pcms/common/font/sCoreDream/score5.woff) format('woff');
}

@font-face {
    font-family: 'score';
    font-weight: 700;
    src: url(/city/pcms/common/font/sCoreDream/score7.eot) format('eot'), url(/city/pcms/common/font/sCoreDream/score7.woff) format('woff');
}

.ir {
    background: url(/city/chief/imgs/main/ir.png) no-repeat;
}

html {
    overflow-x: hidden
}

.layout {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
}

.layout:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.clear {
    clear: none;
}

.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#body_layout.main {
    position: relative;
    width: 100%;
    /*background:url(/city/chief/imgs/main/background_01.jpg) center no-repeat;  
	background:#f4f5f9;*/  
    min-height: 889px;
    border-top:1px solid #e9e9e9;
}

#page {
    position: relative;
    width: 100%;
    transition: all .3s;
    z-index: 103;
    /* margin-bottom: 61px; */
}

.main #page .swiper-button-next,.main #page .swiper-button-prev {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	color: transparent;
	white-space: nowrap;
	text-align: center;
	position: absolute;
	z-index: 10;
	top: 26px;
	width: 32px;
	height: 32px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background: #fff url(/imgs/ko/main/ico-chevron-left-darkgray-md@2x.png) no-repeat center center;
	background-size: 16px auto;
}



.main #page .swiper-button-next {
 background: #fff url(/imgs/ko/main/ico-chevron-right-darkgray-md@2x.png) no-repeat center center;
  background-size: 16px auto;
 right:0;
}


.main #page .swiper-button-prev {
   right: 37px;
   left:auto;
}




.main #page .swiper-button-next.swiper-button-disabled,.main #page .swiper-button-prev.swiper-button-disabled {
    display: none;
}

#page .section {
  /*   overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-size: cover !important; */
    width: 1600px;
    margin: 0 auto;
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3
}

#page .section .layout {
    position: relative;
    margin: 0;
    max-width: 1500px;
    min-height: 711px;
    z-index: 10
}

/*#page .section:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:60px;background-color:#fff;z-index:9}*/
/*#page .section.section1{background:url(/city/chief/imgs/main/background_01.jpg) no-repeat;}*/
#page .section .title strong {
    display: block;
    font-family: 'GmarketSansLight';
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -1px;
}

#page .section.section1 .title {
    position: absolute;
    top: 104px;
    right: 0;
    width: 476px;
}

#page .section.section1 .title strong span {
    display: inline-block;
    font-family: 'gmarket';
    font-weight: 700;
    font-size: 40px;
    position: relative;
    color: #ffffff;
    line-height: 1.3;
    letter-spacing: -1px;
}

#page .section.section1 .title strong span:before {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

#page .section.section1 .title p {
    color: #042a56;
    line-height: 1.2;
    font-family: 'score';
}

#page .section.section1 .group {
    position: absolute;
    bottom: 45px;
    right: 0;
    width: 816px;
    z-index: 10;
}

/* #page .section.section1 .group:before{content:'';position:absolute;bottom:0;right: -70px;width:527px;height:543px;background: url(/city/chief/imgs/main/chief.png) no-repeat;z-index: 11;} */
#page .section.section1 .group:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

#page .section.section1 .box {
    height: 221px;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    padding: 35px 40px;
}

#page .section.section1 .box strong {
    display: block;
    color: #fff;
    font-size: 19px;
    font-family: 'gmarket';
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

#page .section.section1 .box em {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    font-family: 'gmarket';
}

#page .section.section1 .box .button {
    margin-top: 27px;
}

#page .section.section1 .box .button a {
    display: inline-block;
    padding: 9px 67px 8px 14px ;
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    font-family: 'gmarket';
    font-weight: 200;
    font-size: 13px;
}

#page .section.section1 .box1 {
    width: 539px;
    /* padding-right:317px; */
}

#page .section.section1 .box3 {
    width: 270px;
}

#page .section.section1 .box4 {
    border-radius: 0 0 30px 0;
    width: 270px;
}

#page .section.section1 .box1 {
    border-radius: 30px 30px 0 0;
    margin-left: 271px;
}

#page .section.section1 .box2 {
    border-radius: 0 0 0 30px;
    width: 270px;
}

#page .section.section1 .box1 {
    background: #fff url(/city/chief/imgs/main/btn_bottom_bg_01.jpg) no-repeat 120% top;
}

#page .section.section1 .box1 strong {
    color: #042437;
    /*margin-bottom: -3px;margin-top: -23px;*/
}

#page .section.section1 .box1 strong span {
    font-family: 'score';
    font-size: 25px;
    color: #000;
    display: inline-block;
    font-weight: 700;
}

#page .section.section1 .box1 em {
    color: #606060;
    line-height: 1.5;
    display: block;
    position: relative;
    z-index: 2;
}

#page .section.section1 .box1 .button {
    margin-top: 15px;
    position: relative;
    z-index: 999;
}

#page .section.section1 .box1 .button a {
    padding: 9px 21px 8px 21px;
    width: 142px;
    background-color: #1F58CB;
    border: none;
    border-radius: 5px;
    position: relative;
}

#page .section.section1 .box1 .button.arrow .arro_btn:before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 85px;
    background: url(/city/chief/imgs/main/arrow_01.png) no-repeat center right;
    width: 36.5px;
    height: 9px;
}

#page .section.section1 .box1 .button a:last-child {
    background-color: #3A93CF
}

#page .section.section1 .box2 {
    background-color: #063f88;
}

#page .section.section1 .box3 {
    background-color: #1d79a4;
}

#page .section.section1 .box4 {
    background-color: #0086e4;
}

#page .section.section2 .layout {
    padding: 112px 0 0 272px;
}

#page .section.section2 .title {
    position: absolute;
    top: 212px;
    left: 41px;
    width: 228px;
    z-index: 9;
}

#page .section.section2 .title strong {
    color: #fff;
    line-height: 1.2;
}

#page .section.section2 .title p {
    color: #fff;
    font-family: 'score';
}

#page .section.section2 .slide-box {
    position: relative;
    z-index: 10;
    height: 525px;
    margin: 0 -20px;
}

.content_controll {
    position: relative;
    z-index: 104;
    /* margin-bottom: 36px; */
}

.content_controll .layout {
    border-radius: 30px 0 30px 0;
    background-color: #0392d5;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
}

.content_controll .title {
    display: inline-block;
    margin-right: 20px;
    padding: 20px 67px;
    color: #fff;
    position: relative
}

.content_controll .title span {
    display: inline-block;
    padding-right: 18px;
    font-family: 'gmarket';
    font-weight: 500;
    font-size: 18px;
    /* background-color:#1182cc; */
    line-height: 1.2;
    position: relative;
}

.content_controll .title:before {
    content: '';
    position: absolute;
    bottom: 27px;
    right: 70px;
    width: calc(50% - 70px);
    height: 1px;
    background-color: #fff;
}

.content_controll .big-title {
    margin-right: 0;
    padding: 18px 51px 19px 255px;
    background-color: #133596;
    position: relative;
    border-radius: 30px 0 0 0;
}

.content_controll .big-title span {
    font-size: 20px;
    font-weight: 500;
    /* background-color:#156eac; */
}

.content_controll .big-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: auto;
    left: 55px;
    width: 175px;
    height: 99px;
    background: url(/city/chief/imgs/main/ir.png) no-repeat;
    background-position: 0 -185px;
}

.content_controll a * {
    vertical-align: middle
}

.content_controll .go-button {
    padding: 20px 132px 20px 42px;
    position: relative;
    font-family: 'score';
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.content_controll .go-button:before {
    content: '';
    position: absolute;
    bottom: 27px;
    right: 33px;
    width: 67px;
    height: 12px;
    background: url(/city/chief/imgs/main/ir.png) no-repeat;
    background-position: -150px -116px;
}

.content_controll .sns-button {
    display: inline-block;
    margin-right: 32px;
    padding: 20px 0;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-family: 'score';
}

.content_controll .sns-button .ir {
    display: inline-block;
    margin-right: 9px;
}

.content_controll .sns-button .ir.icon-b {
    width: 36px;
    height: 18px;
    background-position: -151px -145px
}

.content_controll .sns-button .ir.icon-f {
    width: 10px;
    height: 21px;
    background-position: -200px -142px;
}

.content_controll .sns-button .ir.icon-i {
    width: 17px;
    height: 17px;
    background-position: -223px -145px;
}

.controll_button-right {
    left: 150px;
    position: relative;
}

.controll_button-left, .controll_button-right {
    height: 61px;
}

.slide-box .more_btn {
    position: absolute;
    top: 50%;
    right: -130px;
    display: block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    box-sizing: border-box;
}

.slide-box .more_btn a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.slide-box .more_btn a .in {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
}

.slide-box .more_btn a em {
    display: block;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
}

.slide-box .more_btn a:hover em, .slide-box .more_btn a:focus em {
    -webkit-animation: ping 1.3s ease-in-out infinite both;
    animation: ping 1.3s ease-in-out infinite both;
}

.slide-box .more_btn a span {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 0;
}

.slide-box .more_btn a span:before, .slide-box .more_btn a span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.slide-box .more_btn a span:before {
    width: 15px;
    height: 2px;
    background: #1182cc;
}

.slide-box .more_btn a span:after {
    width: 2px;
    height: 15px;
    background: #1182cc;
}

#page .swiper-pagination {
    display: none
}

@media(max-width: 1520px) {
    #page .section .layout, .content_controll .layout {
        max-width:1280px
    }

    .content_controll .title.small-title {
        padding-left: 10px;
    }

    .main #page .swiper-button-next,.main #page .swiper-button-prev {
        /* width: 104px; */
        /* height: 66px; */
        /* margin: 0; */
        /* background-size: contain; */
    }

    .main #page .swiper-button-next {
        /* background: url(/imgs/ko/main/bt_l.png) 0 0 no-repeat; */
        /* right: -27px; */
    }

    .main #page .swiper-button-prev {
        /* background: url(/imgs/ko/main/bt_l.png) 0 0 no-repeat; */
        /* left: -27px; */
    }
}

@media(max-width: 1280px) {
    #page .section .layout, .content_controll .layout {
        max-width:1180px
    }

    .content_controll .sns-button {
        margin-right: 18px;
    }

    .content_controll .big-title {
        padding-left: 180px;
    }

    .content_controll .go-button {
        /* padding-left:27px; */
        /* padding-right: 107px; */
    }
}

@media(max-width: 1160px) {
    #page .swiper-pagination {
        display:inline-block;
        position: absolute;
        top: 33px;
        left: 50%;
        width: auto;
        background-color: #fff;
        bottom: auto;
        transform: translate(-50%, 0);
        border-radius: 30px;
    }

    #page .swiper-pagination .swiper-pagination-bullet {
        width: auto;
        height: auto;
        margin: 0;
        display: inline-block;
        padding: 12px 32px;
        background: #fff;
        /* background: linear-gradient( 45deg, yellow, red ); */
        border-radius: 30px;
        color: #3866ba;
        opacity: 1;
        margin: 0 -8px;
        z-index: 1;
        position: relative;
    }

    #page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: linear-gradient( 45deg, #11b2cc, #1188cc );
        color: #fff;
        z-index: 2;
    }

    #page .section.section1, #page .section.section2 {
        background: none;
    }

    #page .section.section1:before, #page .section.section2:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 528px;
    }

    #page .section.section1:before {
        background: url(/city/chief/imgs/main/background_01.jpg) no-repeat;
    }

    #page .section .layout, .content_controll .layout {
        max-width: 960px;
    }

    #page .section .layout {
        min-height: 816px;
    }

    #page .section.section2 .layout {
        padding: 262px 0 0 0;
        /* border: 1px solid; */
    }

    #page .section.section1 .title {
        top: 95px;
        width: 100%;
        text-align: center;
    }

    #page .section.section1 .title strong span {
        display: inline-block;
    }

    #page .section.section1 .box {
        height: 242px;
    }

    #page .section.section1 .box .button {
        margin-top: 33px;
    }

    #page .section.section2 .title {
        top: 122px;
        width: 100%;
        text-align: center;
        left: 0;
    }

    #page .section.section2 .title p {
        margin: 0;
    }

    #page .section.section2 .title p br {
        display: none;
    }

    #page .section.section2 .slide-box .control {
        top: -67px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #page .section.section2 .slide-box {
        margin: 0 -10px;
    }

    #page .section.section2 .slide-box .item {
        border: 10px solid transparent;
    }

    #page .section.section2 .slide-box .item .link {
        min-height: 415px;
    }

    .content_controll .big-title {
        display: none
    }

    .content_controll .controll_button-right {
        /* width:100%; */
    }

    .content_controll .go-button {
        /* width: 50%; */
        /* max-width: 480px; */
        padding-left: 140px;
        /* padding-right: 70px; */
        background-color: #156eac;
        top: 17px;
    }

    .content_controll .go-button:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: auto;
        left: 5px;
        width: 138px;
        height: 132px;
        background: url(/city/chief/imgs/main/ir.png) no-repeat;
        background-position: 0 -116px;
    }

    #page .section {
        padding: 0 32px;
    }

    #page .section.section1 .title p br {
        display: none
    }

    #page .section.section1 .group {
        width: 100%;
        height: 484px;
    }

    #page .section.section1 .box {
        position: absolute;
        float: none;
        margin-left: 0;
        padding: 40px 30px;
    }

    #page .section.section1 .group .box1 {
        top: 0;
    }

    #page .section.section1 .group .box2 {
        bottom: 0;
        left: 0px;
        width: 33.3%;
    }

    #page .section.section1 .group .box3 {
        bottom: 0;
    }

    #page .section.section1 .group .box1 {
        right: 0;
        width: 66.7%;
    }

    #page .section.section1 .group .box3 {
        right: 320px;
        width: 33.3%;
    }

    #page .section.section1 .group .box4 {
        right: 0;
        width: 33.3%;
        top: 50%;
    }

    #page .section.section1 .group:before {
        right: -130px;
    }

    #page .section.section2 .slide-box .item .link .info strong {
        font-size: 18px;
        height: 63px;
        overflow: hidden;
    }

    #page .swiper-button-prev, #page .swiper-button-next {
        position: absolute;
        width: 104px;
        height: 66px;
        top: 100px;
        margin-top: 0;
    }

    #page .swiper-button-prev {
        left: 32px;
        background: url(/city/chief/imgs/main/page2_prev.png) no-repeat;
        background-size: 100%
    }

    #page .swiper-button-next {
        right: 32px;
        background: url(/city/chief/imgs/main/page1_next.png) no-repeat;
        background-size: 100%
    }

    body.page1 #page .swiper-button-prev {
        display: none;
    }

    body.page1 #page .swiper-button-next {
        display: block;
    }

    body.page2 #page .swiper-button-prev {
        display: block;
    }

    body.page2 #page .swiper-button-next {
        display: none;
    }
}

@media(max-width: 890px) {
    #page .section.section1 .group .box1 {
        top:0;
        width: 100%;
        padding-right: 50%;
        overflow: visible;
    }

    #page .section.section1 .group:before {
        display: none;
    }

    /* #page .section.section1 .group .box1:before{content:'';position:absolute;bottom:0;right: 36px;width:281px;height:289px;z-index:-1;background: url(/city/chief/imgs/main/chief.png) no-repeat;background-size:100%;z-index: 11;} */
    #page .section.section1 .group .box2, #page .section.section1 .group .box3 {
        width: 50%
    }

    #page .section .title strong {
        font-size: 35px;
    }

    .content_controll {
        margin-top: 150px;
        padding: 0 32px;
    }

    .content_controll .title:after {
        bottom: auto !important;
        top: -133px;
    }

    .content_controll .controll_button-right {
        text-align: center;
    }

    .content_controll .sns-button {
        margin: 0 13px;
    }

    .content_controll .title.small-title {
        margin-right: 13px;
        width: 31%;
        padding-left: 30px;
        max-width: none;
        float: left;
        display: none;
    }

    .content_controll .title:before {
        width: calc(100% - 70px);
        right: 20px;
    }

    .content_controll .go-button {
        padding-left: 28px;
        padding-right: 111px;
    }

    .content_controll .go-button:after {
        top: -110px;
    }

    .content_controll .go-button:after {
        content: '';
        position: absolute;
        bottom: 0;
        right: auto;
        left: 5px;
        width: 180px;
        height: 112px;
        background: url(/city/chief/imgs/main/ir.png) no-repeat;
        background-position: 0px -173px;
    }

    .controll_button-right {
        left: 0px;
        position: relative;
    }
}

@media(max-width: 768px) {
    #page .section.section1 .title {
        top: 65px;
    }

    #page .section.section1 .group {
        bottom: 125px;
    }

    #page .section.section1 .group .box4 {
        right: 0;
        width: 33.33%;
        top: 50%;
    }

    #page .section.section1 .group .box2, #page .section.section1 .group .box3 {
        width: 33.33%;
    }

    #page .section.section1 .group .box3 {
        right: 235px;
    }

    .content_controll {
        margin-top: 0px;
    }
}

@media(max-width: 700px) {
	

	
    .content_controll .sns-button {
        min-width:100px;
    }

    .controll_button-left, .controll_button-right {
        width: 100%;
    }

    .controll_button-right {
        text-align: right;
    }

    .controll_button-left {
        background-color: #156eac;
    }

    .content_controll .go-button {
        display: block;
        height: 61px;
        top: 0;
    }

    .content_controll .title.small-title {
        display: inline-block;
        float: left;
    }
    .notice_box p.not_cont {
    overflow: hidden;
    color: #676767;
    min-height: 40px;
}
    
}

@media(max-width: 620px) {
    #page .section .layout {
    }

    #page .section {
        padding: 0 15px;
    }

    .content_controll {
        padding: 0 15px;
    }

    #page .section.section1 .group .box1 {
        padding-right: 260px;
    }

    #page .section.section1 .group .box1:before {
        width: 211px;
        height: 209px;
        right: -50px;
        z-index: 0;
    }

    .content_controll .title.small-title {
        display: none;
    }

    .controll_button-right {
        text-align: center;
    }

    #page .section.section1 .box1 .button a {
        width: 49%;
    }

    #page .swiper-button-prev, #page .swiper-button-next {
        top: 86px;
        width: 71px;
    }
}

@media(max-width: 500px) {
    #page .section.section1 .group .box1 {
        overflow: hidden;
        padding-right: 100px;
    }

    #page .section.section1 .group .box em br {
        display: none;
    }

    #page .section.section1 .box .button a {
        font-weight: bold;
        letter-spacing: -1px;
        font-size: 14px;
    }
}

@media(max-width: 440px) {
    #page .section.section1:before, #page .section.section2:before {
        height:465px;
    }

    #page .section.section1 .title {
        top: 50px;
    }

    #page .section .title strong {
        font-size: 20px
    }

    #page .section.section1 .title p {
        font-size: 14px;
    }

    #page .section.section1 .title strong span {
        font-size: 28px;
    }

    #page .section .layout {
        min-height: 960px;
    }

    #page .section.section1 .group .box {
        position: relative;
        padding: 40px 20px;
        padding-right: 100px;
    }

    #page .section.section1 .group .box .button {
        position: relative;
        z-index: 2;
        margin-top: 1rem;
    }

    #page .section.section1 .group {
        height: auto;
    }

    #page .section.section1 .group .box2, #page .section.section1 .group .box3, #page .section.section1 .group .box4 {
        width: 100%;
        border-radius: 0px;
    }

    .content_controll .sns-button {
        min-width: auto;
        font-size: 14px;
    }

    #page .section.section1 .box strong {
        font-size: 18px;
    }

    #page .section.section1 .box1 strong span {
        font-size: 20px;
    }

    #page .section.section1 .box1 em {
        font-size: 14px;
    }

    #page .section.section2 .slide-box {
        height: 840px;
    }

    #page .section.section1 .group .box3 {
        right: 0px;
    }

    #page .section.section2 .slide-box .item .link {
        transform: translate(0, 0) !important;
    }

    #page .section.section2 .slide-box .item .link .img {
        /* height:auto; */
        width: 100%;
    }

    #page .section.section2 .slide-box .item .link .img img {
        height: auto;
        width: 100%
    }

    #page .section.section1 .box {
        height: 200px;
    }

    #page .section.section1 .group {
        bottom: 0px;
    }

    #page .section.section1 .box1 {
        background: #fff url(/city/chief/imgs/main/btn_bottom_bg_01.jpg) no-repeat 100% top;
    }

    .content_controll {
        margin-top: 120px;
    }

    .content_controll .layout {
        border-radius: 0;
    }
}

@media(max-width: 400px) {
    .content_controll .sns-button {
        margin: 0 2px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .content_controll .sns-button .ir {
        margin-right: 3px;
    }

    #page .swiper-pagination .swiper-pagination-bullet {
        padding: 12px 20px;
    }

    #page .swiper-button-prev, #page .swiper-button-next {
        top: 43px;
        width: 51px;
    }

    #page .swiper-button-prev {
        left: 15px;
    }

    #page .swiper-button-next {
        right: 15px;
        /* width: 51px; */
    }
}

@media(max-width: 360px) {
    #page .section.section1 .group .box {
        padding-right: 65px;
    }

    #page .section.section1 .group .box1:before {
        right: -61px;
        width: 191px;
        height: 196px;
    }

    #page .section.section1 .box1 .button a {
        width: 48%;
        font-size: 12px;
        padding: 9px 5px 8px;
    }
}

@-webkit-keyframes ping {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* 열린시장실 홈페이지 - 메뉴가려짐 현상 수정 */
@media (max-width: 1279px) {
    #body_layout {
        position:relative;
        z-index: 10
    }
}
