@charset "utf-8";

/* 기본 레이아웃 셋팅 Start*/
/*dasom-Layout-Start*/
.font-s13{
    font-size: 13px !important
}
.font-s15 {
    font-size: 15px !important
}
.font-s21 {
    font-size: 21px !important
}
.text-center{
	text-align: center;
}
/*dasom-Layout-End*/
ul, ol, li {
	list-style: none
}
.column-box-width{
	width: 1210px;
	position: relative;
	clear: both;
	margin: 0 auto;
}

.gaid-box-size{
	padding: 30px;
}
.gaid-box-size > button{
	cursor: pointer;
}
#container{
    padding-top: 10px;
    position: relative;
    clear: both;
    height: auto;
    width: 1210px;
    margin: 0 auto;
}
.local-nav-wrap {
    width: 1210px;
    position: relative;
    clear: both;
    height: auto;
    margin: 0 auto;
    /*background: #F1F3FA;*/
    /*padding: 28px;*/
}

/* 기본 레이아웃 셋팅 End*/

/* 기존에 있는 국가별 네비부분에서 넓이만 수정 Start*/
/* LOCAL NAV */
.local-nav-wrap {
    width: 1210px;
    position: relative;
    clear: both;
    height: auto;
    margin: 0 auto;
    /*background: #F1F3FA;*/
    /*padding: 28px;*/
}

.local-nav-wrap.fixed {
    width: 1210px;
    position: fixed;
    clear: both;
    height: auto;
    /*margin: 0 auto;*/
    z-index: 9999;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.local-nav {
    color: #FFF;
    height: 65px;
    background: #FFF;
}

.local-nav-wrap.fixed .local-nav {
    background: rgba(255, 255, 255, 0.95);
}

.local-nav .nav {
    position: relative;
    line-height: 65px;
}

.local-nav .nav:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.local-nav .nav-lst {
    float: left;
    width: 134.4px;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s;
}

.local-nav .nav-lst a {
    color: #333;
    display: block;
}

.local-nav .nav-lst:hover {
    box-shadow: inset 0px -3px 0px #390;
    text-decoration: none;
}

.local-nav .nav-lst:hover .sub-nav {
    display: block;
}

.local-nav .sub-nav {
    display: none;
    width: 1210px;
    line-height: 14px;
    position: absolute;
    left: 0;
    top: 65px;
    text-align: left;
    z-index: 9999;
}

.local-nav .sub-nav dl {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px;
}

.local-nav .sub-nav dl:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.local-nav .sub-nav dl:last-child {
    padding-bottom: 20px;
}

.local-nav .sub-nav dl:first-child {
    padding-top: 20px;
}

.local-nav .sub-nav dl a {
    color: #FFF;
}

.local-nav .sub-nav dl dt {
    min-width: 170px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    float: left;
    height: 27px;
}

.local-nav .sub-nav dl dt:after {
    content: ">>";
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
}

.local-nav .sub-nav dl dd {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    float: left;
}

.local-nav .sub-nav dl dd:first-child {
    margin-left: 0;
}
/* 기존에 있는 국가별 네비부분에서 넓이만 수정 End*/

/* 메인 디자인 파트 start*/
.column-main-bg{
	background: url(../img/jp-main-bg.jpg) no-repeat center;
	width: 1210px;
	height: 520px;
	position: relative
}

.image-slider>div{
	position: absolute;
	
}

.main-text-box{
	padding: 134px 0;
	width: 460px;
}
.text-box-title{
	background-color: rgba(0,0,0,0.5);	
}
.text-box-title > button{
	padding: 15px 30px;
	background-color: #ff5c80;
	border: none;
}
.jp-text{
	position: absolute;
	top:30px;
	right: 30px
}
/* 메인 디자인 파트 End*/

/* 두번째 디자인 파트 Start*/
.gaid-box1{
	height: 540px;
}
.gaid-text-l{
	float: left;
	position: relative;
}
.gaid-text-line{
	background-color: #fff;
	width: 50px;
	height: 5px;
	margin: 15px 0;
}
.gaid-text1{
	background:url(../img/guide-box1.jpg) no-repeat center;
	width: 605px;
	height: 270px;
}
.gaid-text2{
	background:url(../img/guide-box2.jpg) no-repeat center;
	width: 605px;
	height: 270px;		
}
.gaid-text3{
	background-color: #a24969;
	width: 303px;
	height: 270px;		
}
.gaid-text4{
	background-color: #974b71;
	width: 303px;
	height: 270px;		
}
.gaid-text5{
	background:url(../img/guide-box3.jpg) no-repeat center;
	width: 302px;
	height: 270px;		
}
.gaid-text6{
	background-color: #873a4b;
	width: 303px;
	height: 270px;		
}
.gaid-text7{
	background:url(../img/guide-box4.jpg) no-repeat center;
	width: 302px;
	height: 270px;		
}
.gaid-box1 > div > a {
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}

.gaid-box1 > div:hover {
	background-color:#ff5c80;
	box-shadow: inset 0px -10px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;	
}


.gaid-box1 > div > div > i{
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	transition: all 0.5s
}
.gaid-box1 > div:hover > div > i {
	transform: rotate(360deg);
	color: #ff5c80;
}

/* 두번째 디자인 파트 End*/

/* 세번째 디자인 파트 Start*/
.gaid-box2{
	height: 549px;
}
.gaid-box2 > div{
	float: left;
	position: relative;
}
.gaid-culum-box1{
	background: url(../img/guide-poto-box1.jpg) no-repeat center;
	height: 279px;
	width: 605px;
}
.gaid-culum-box1 > div > button{
	padding: 15px 30px;
	background-color: #3861a3;
	border: none;
}
.gaid-culum-review{
	background: url(../img/guide-review-box.jpg) no-repeat center;
	height: 279px;
	width: 605px;		
}
.review-btn{
	position: absolute;
	bottom: 35px;	
	right: 254px;
}
.review-btn > li {
	float: left;
}

.review-exp{
	color: #666;
	height: 80px;
	line-height: 1.6em;
	overflow: hidden;
	padding: 0 30px;
}
.review-slide-box{
	width: 545px;
	height: 279px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.review-silde{
	width: 1635px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.review-silde > li {
	float: left;
	width: 545px;
}
.gaid-icon-box1{
	background: url(../img/guide-box5.jpg) no-repeat center;
	width: 302.5px;
	height: 270px;
}
.gaid-icon-box1 > a > div{
	padding:80px 0; 	
}
.gaid-icon-box2{
	background-color: #3861a3;
	width: 302.5px;
	height: 270px;
}
.gaid-icon-box2 > a > div{
	padding:80px 0; 	
}
.gaid-culum-box2{
	background: url(../img/guide-poto-box2.jpg) no-repeat center;
	height: 270px;
	width: 605px;
}
.gaid-culum-box2 > div{
	height: 210px;
}
.culum-box2-line{
	background-color: #fff;
	height: 2px;
	width: 410px;
}
.box-plus-hover:hover {
	background-color:#1a3e78;
	box-shadow: inset 0px -10px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;	
}

.box-plus-hover:hover > div > i {
	transform: rotate(360deg);
	color: #1a3e78;
}
.box-plus-hover > div > i{
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	transition: all 0.5s
}
.food-exp{
	padding-right: 128px;
}
/* 세번째 디자인 파트 End*/
/* 네번째 디자인 파트 Start*/
.gaid-box3{
	height: 540px;
}
.gaid-box3 > div{
	float: left;
	width: 302.5px;
	height: 270px;
}
.notice-box{
	height: 270px;
	background-color: #15704c;
}
.notice-view{
	width: 242.5px;
	height: 144px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.notice-view > ul{
	width: 727.5px;
	position: absolute;
	left: 0;
	top: 0;
}
.notice-view > ul > li{
	float: left;
	width: 242.5px;
}
.notice-view > ul > li > div{
	line-height: 1.6em;
}
.notice-view > ul > li > div > p{
	display: inline-block;
	width: 176px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice-view > ul > li > div > p > a{
	color: #fff;
}
.notice-view > ul > li > div > p > a:hover{
	border-bottom: 1px solid #fff;
}
.notice-view > ul > li > div > span{
	color: #DCDCDC;
	vertical-align: top;
}
.notice-btn{
	position: absolute;
	bottom: 300px;
	left: 99px;
}
.notice-btn > li {
	float: left;
}
.icon-notice-box1{
	background: url(../img/icon-guide1.jpg) no-repeat center;
	width: 302px;
	height: 270px;
}
.icon-notice-box2{
	background-color: #fff;
	width: 302px;
	height: 270px;
}
.icon-notice-box3{
	background: url(../img/icon-guide2.jpg) no-repeat center;
	width: 302px;
	height: 270px;
}
.icon-notice-box4{
	background: url(../img/icon-guide3.jpg) no-repeat center;
	width: 302px;
	height: 270px;
}
.icon-notice-box5{
	background-color: #fff;
	width: 302px;
	height: 270px;
}
.icon-notice-box6{
	background: url(../img/icon-guide4.jpg) no-repeat center;
	width: 302px;
	height: 270px;
}

.icon-notice-box7{
	background-color: #fff;
	width: 302px;
	height: 270px;
}


.icon-line-green-bold{
	width: 70px;
	height: 70px;

}
.icon-line-green{
	width: 70px;
	height: 70px;
	border: 8px solid #669a5f;
}
.icon-line-green > i {
	padding-top: 14px;
	color:#669a5f;
}

.icon-box-hover > a{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
.gaid-box3 > div > a{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	
}
.gaid-box3 > div > a:hover{
	box-shadow: inset 0px -10px 0px rgba(0,0,0,0.2);
    transition: all 0.3s;	
}
/* 네번째 디자인 파트 End*/
/* 다섯번째 디자인 파트 Start*/
.gaid-box4{
	height: 504px;
}
.gaid-box4 > div {
	float: left;
}
.gaid-box4 > .text-box{
	width: 302px;
	background-color: #fff;
}
.dark-line{
	background-color: #333;
	width: 50px;
	height: 5px;
	margin: 15px 0;
}
.text-box-exp{
	overflow: hidden;
	text-overflow: ellipsis;
	height: 264px;
}
.gaid-box4 > .text-box > div > button{
	padding: 15px 30px;
	background-color: #145074;
	border: none;
}
.gaid-box4  > .poto-box{
	width: 606px;
	height: 504px;
	background-color: #666;		
}
.gaid-box4 > .icon-box{
	width: 302px
}
.box{
	height: 252px;
	position: relative;
}
.box1-color{
	background-color: #39589c;
}
.box2-color{
	background-color: #2297d8;
}
.box > a{
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
}
.box > a > div{
	padding-top: 70.5px;
}

/* 다섯번째 디자인 파트 End */
