@CHARSET "UTF-8";

/* 진로 */
.employment_wrap .course_box{position: relative; text-align:center;}
.employment_wrap .course_box::before{content:""; position: absolute; top:0; left:50%; width:1800px; height:293px; border-radius:10px; transform:translateX(-50%); background: url("/nanum/site/builder/dir/main/img/menu6034/course_bg.jpg") 100% no-repeat; z-index:-1;}
.employment_wrap .course_box .tit{padding:70px 0; font-size:2.8rem; color:#fff;}

.employment_wrap .course_box .course_list{padding:50px; background: #fff; box-shadow:0 0 15px rgba(0,0,0,0.15); border-radius:10px; box-sizing:border-box;}
.employment_wrap .course_box .course_list ul{display:flex; flex-wrap:wrap; gap:20px;}
.employment_wrap .course_box .course_list ul li{display:flex; flex-direction:column; align-items:center; justify-content:center; gap:15px; width:calc(25% - 17px); padding:30px 0; font-size:1.9rem; border:1px solid #ddd; border-radius:20px;}
.employment_wrap .course_box .course_list ul li::before{content:""; display:block; width:59px; height:44px; background-size: 100% auto; background-repeat: no-repeat;}
.employment_wrap .course_box .course_list ul li.icon01::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon01.png");}
.employment_wrap .course_box .course_list ul li.icon02::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon02.png");}
.employment_wrap .course_box .course_list ul li.icon03::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon03.png");}
.employment_wrap .course_box .course_list ul li.icon04::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon04.png");}
.employment_wrap .course_box .course_list ul li.icon05::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon05.png");}
.employment_wrap .course_box .course_list ul li.icon06::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon06.png");}
.employment_wrap .course_box .course_list ul li.icon07::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon07.png");}
.employment_wrap .course_box .course_list ul li.icon08::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon08.png");}
.employment_wrap .course_box .course_list ul li.icon09::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon09.png");}
.employment_wrap .course_box .course_list ul li.icon10::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon10.png");}
.employment_wrap .course_box .course_list ul li.icon11::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon11.png");}
.employment_wrap .course_box .course_list ul li.icon12::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon12.png");}
.employment_wrap .course_box .course_list ul li.icon13::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/course_icon13.png");}

/* 학생체험프로그램 */
.overseas_wrap .overseas_box dl dt{display:flex; gap:20px;}
.overseas_wrap .overseas_box dl dt .img_box{border-radius:90px 0 0 0; overflow: hidden;}
.overseas_wrap .overseas_box dl dt .img_box:last-child{border-radius:0 0 90px 0;}
.overseas_wrap .overseas_box dl dt .img_box img{max-width:100%; vertical-align: top;}
.overseas_wrap .overseas_box dl dd{margin-top:50px; font-size:1.9rem; color:#555;}

/* 학생체험프로그램 - 체험기 */
.overseas_wrap .overseas_exp{padding:15px; border-radius:20px; background:#f5f5f5; box-sizing:border-box;}
.overseas_wrap .overseas_exp dl{padding:40px; border-radius:20px; background:#fff; box-sizing:border-box;}
.overseas_wrap .overseas_exp dl dt{display:flex; justify-content:space-between; align-items:center;}
.overseas_wrap .overseas_exp dl dt > .tit{line-height:1; font-size:3rem; color:#003078; font-weight:700;}
.overseas_wrap .overseas_exp dl dt > .name{display:flex; align-items:center; gap:10px; font-size:2rem;}
.overseas_wrap .overseas_exp dl dt > .name::before{content:""; display: block; width:24px; height:24px; background-image: url("/nanum/site/builder/dir/main/img/menu6034/name_tit_icon.png"); background-size: 100% auto; background-repeat: no-repeat;}
.overseas_wrap .overseas_exp dl dd{margin-top:30px; padding-top:30px; border-top:1px dashed #ddd;}
.overseas_wrap .overseas_exp dl dd ul li:nth-child(n+2){margin-top:40px;}
.overseas_wrap .overseas_exp dl dd ul li > .tit{font-size:1.9rem; font-weight:700; color:#000;}
.overseas_wrap .overseas_exp dl dd ul li > .txt{font-size:1.9rem; color:#555;}
.overseas_wrap .overseas_exp dl dd .mimg img{max-width:100%;}

.overseas_wrap .exp_list{margin-top:80px;}
.overseas_wrap .exp_list ul{display:flex; flex-wrap:wrap; gap:0 15px;}
.overseas_wrap .exp_list ul li{width:calc((100% / 7) - 13px); border-bottom:1px dashed #ddd;}
.overseas_wrap .exp_list ul li a{display:flex; align-items:center; justify-content:space-between; padding:15px 0; font-size:1.7rem; box-sizing:border-box;}
.overseas_wrap .exp_list ul li a::after{content:""; display:block; width:28px; height:26px; background-image: url("/nanum/site/builder/dir/main/img/menu6034/name_icon.png"); background-size: 100% auto; background-repeat: no-repeat;}

/* 학생회 */
/* 인사말 */
.overseas_wrap .greetings_box{display:flex; align-items:flex-start; gap:40px;}
.overseas_wrap .greetings_box .img_box{width:290px; padding:50px; background: #f8f8f8; box-sizing:border-box;}
.overseas_wrap .greetings_box .img_box .img_wrap img{max-width:100%;}
.overseas_wrap .greetings_box .img_box .name_wrap{line-height:1; margin-top:20px; text-align:center; color:#000; font-size:2.5rem; font-weight:700;}
.overseas_wrap .greetings_box .img_box .name_wrap span{display:block; margin-bottom:10px; font-size:1.7rem; font-weight:600;}
.overseas_wrap .greetings_box .greeting_txtbox{width:calc(100% - 340px);}
.overseas_wrap .greetings_box .greeting_txtbox .tit{position:relative; margin-bottom:30px; padding-bottom:30px; line-height:1.4; font-size:3rem; font-weight:600; color:#143077;}
.overseas_wrap .greetings_box .greeting_txtbox .tit::before{content:""; position: absolute; bottom:0; left:0; width:80px; height:2px; background:#143077;}
.overseas_wrap .greetings_box .greeting_txtbox .txt_box p{font-size:1.9rem; color:#555;}
.overseas_wrap .greetings_box .greeting_txtbox .txt_box p:nth-child(n+2){margin-top:30px;}

/* 조직도 */
.overseas_wrap .activity_list dl{display:flex; gap:20px;}
.overseas_wrap .activity_list dl:nth-child(n+2){margin-top:20px;}
.overseas_wrap .activity_list dl dt{display:flex; flex-direction:column; justify-content:space-between; gap:5px; width:274px; padding:30px; font-size:2.6rem; font-weight:700; color:#fff; border-radius:20px; background: #143077; box-sizing:border-box;}
.overseas_wrap .activity_list dl dt::after{content:""; align-self:flex-end; display: block; width:47px; height:44px; background-size: 100% auto; background-repeat: no-repeat;}
.overseas_wrap .activity_list dl dt.icon01::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon01.png");}
.overseas_wrap .activity_list dl dt.icon02::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon02.png");}
.overseas_wrap .activity_list dl dt.icon03::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon03.png");}
.overseas_wrap .activity_list dl dt.icon04::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon04.png");}
.overseas_wrap .activity_list dl dt.icon05::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon05.png");}
.overseas_wrap .activity_list dl dt.icon06::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon06.png");}
.overseas_wrap .activity_list dl dt.icon07::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/activity_icon07.png");}

.overseas_wrap .activity_list dl dd{display:flex; align-items:center; width:calc(100% - 294px); padding:30px; border-radius:20px; background: #f3f3f3; box-sizing:border-box;}
.overseas_wrap .activity_list dl dd .list > li{font-size:1.9rem;}
.overseas_wrap .activity_list dl dd .list > li::after{top:10px;}
.overseas_wrap .activity_list dl dd .list2 > li{font-size:1.8rem;}
.overseas_wrap .activity_list dl dd .list2 > li::after{top:10px;}

/* 동아리 소개 */
.overseas_wrap .club_box dl{display:flex; gap:80px;}
.overseas_wrap .club_box dl:nth-child(n+2){margin-top:30px;}
.overseas_wrap .club_box dl dt{position:relative; padding:30px 0 0 30px; box-sizing:border-box;}
.overseas_wrap .club_box dl dt::before{content:""; opacity:.2; position: absolute; left:0; top:0; width:200px; height: 190px; border-radius:40px 0 0 0; z-index:-1;}
.overseas_wrap .club_box dl dt .img_form{width:510px; border-radius:40px 0 0 0; overflow: hidden;}
.overseas_wrap .club_box dl dt .img_form img{max-width:100%; vertical-align: top;}
.overseas_wrap .club_box dl dd{width:calc(100% - 620px); padding-top:30px;}
.overseas_wrap .club_box dl dd .tit{font-size:1.7rem; font-weight:600; color:#555;}
.overseas_wrap .club_box dl dd .tit strong{display:block; line-height:1.4; font-size:3rem; font-weight:700;}
.overseas_wrap .club_box dl dd .txt{margin-top:30px; padding-top:30px; font-size:1.7rem; color:#000; border-top:1px solid #ddd;}

.overseas_wrap .club_box dl:nth-child(even){flex-direction:row-reverse;}
.overseas_wrap .club_box dl:nth-child(even) dt{padding:30px 30px 0 0;}
.overseas_wrap .club_box dl:nth-child(even) dt::before{left:auto; right:0; border-radius:0 40px 0 0;}
.overseas_wrap .club_box dl:nth-child(even) dt .img_form{border-radius:0 40px 0 0;}

.overseas_wrap .club_box dl.club_box01 dt::before{background: #003078;}
.overseas_wrap .club_box dl.club_box01 dd .tit strong{color:#003078;}
.overseas_wrap .club_box dl.club_box01 dd .txt{border-color:#003078;}

.overseas_wrap .club_box dl.club_box02 dt::before{background: #007178;}
.overseas_wrap .club_box dl.club_box02 dd .tit strong{color:#007178;}
.overseas_wrap .club_box dl.club_box02 dd .txt{border-color:#007178;}

.overseas_wrap .club_box dl.club_box03 dt::before{background: #58a946;}
.overseas_wrap .club_box dl.club_box03 dd .tit strong{color:#58a946;}
.overseas_wrap .club_box dl.club_box03 dd .txt{border-color:#58a946;}

.overseas_wrap .club_box dl.club_box04 dt::before{background: #986800;}
.overseas_wrap .club_box dl.club_box04 dd .tit strong{color:#986800;}
.overseas_wrap .club_box dl.club_box04 dd .txt{border-color:#986800;}

/*동문*/
/* 조직도 */
.overseas_wrap .org_box.classmate::after{height: 361px;}
.overseas_wrap .org_box.classmate .org_list{align-self:center; gap:30px; width:918px;}
.overseas_wrap .org_box.classmate .org_list::after{width:712px;}
.overseas_wrap .org_box.classmate .org_list li{width:calc(100% / 4)}
.overseas_wrap .org_box.classmate .org_list li:nth-child(4)::after{display: block;}

/* 동창회비 */
.overseas_wrap .line_box{display:flex; align-items:center; justify-content:space-between; padding:80px 40px;}
.overseas_wrap .line_box::after{content:""; display:block; width:260px; height:130px; background-size: 100% auto; background-repeat: no-repeat;}
.overseas_wrap .line_box.bank01::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/bank_icon01.png");}
.overseas_wrap .bank_txt .tit{line-height:1.4; font-size:4rem; font-weight:700;}
.overseas_wrap .bank_txt .txt{font-size:2.5rem; color:#555;}

/* 발전기금 */
.overseas_wrap .bank_generation dl{display:flex; gap:0 80px;}
.overseas_wrap .bank_generation dl:nth-child(n+2){margin-top:50px;}
.overseas_wrap .bank_generation dl dt{width:280px;}
.overseas_wrap .bank_generation dl dd{width:calc(100% - 360px);}
.overseas_wrap .bank_generation dl dd > .tit{margin-bottom:20px; line-height:1; font-size:3rem;}
.overseas_wrap .bank_generation dl dd > .bank_list{display:flex; align-items:center; gap:0 30px; width:100%;}
.overseas_wrap .bank_generation dl dd > .bank_list li{display:flex; flex-direction:column; align-items:center; gap:60px 0; width:calc(33.333% - 15px); padding:50px 0; text-align:center; font-size:2rem; font-weight:700; border:1px solid #ddd; border-radius:15px;}
.overseas_wrap .bank_generation dl dd > .bank_list li::before{content:""; display:block; width:196px; height:84px; background-size: 100% auto; background-repeat: no-repeat;}
.overseas_wrap .bank_generation dl dd > .bank_list li.bank01::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/bank_icon01.png");}
.overseas_wrap .bank_generation dl dd > .bank_list li.bank02::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/bank_icon02.png");}
.overseas_wrap .bank_generation dl dd > .bank_list li.bank03::before{background-image: url("/nanum/site/builder/dir/main/img/menu6034/bank_icon03.png");}

.overseas_wrap .development{display:flex; flex-direction:column; align-items:center; justify-content:center; margin-top:80px; padding:60px 30px; text-align:center; border-radius:10px; background-image: url("/nanum/site/builder/dir/main/img/menu6034/development_bg.jpg"); background-size: cover; background-position: center;}
.overseas_wrap .development p{margin-bottom:40px; line-height:1.4; font-size:3.5rem; color:#fff;}
.overseas_wrap .development a{display:inline-block; line-height:1.2; font-size:2.5rem; color:#fff;}
.overseas_wrap .development a::after{content:""; display:block; width:0; height:1px; background: #fff; transition:.3s;}

/* 생활관 */
.dormitory_wrap .list_line_box{display:flex; gap:30px;}
.dormitory_wrap .list_line_box dl{flex-grow:1; width:calc(50% - 15px); border:1px solid #ddd; padding:35px 30px; box-sizing:border-box;}
.dormitory_wrap .list_line_box dl dt{font-size:2rem; font-weight:700; color:#0039dc;}

.dormitory_wrap .img_box{position:relative; max-width: 1280px; overflow: hidden; z-index:0;}
.dormitory_wrap .img_box .txt_view{position: absolute; left:20px; top:20px; padding:8px 15px; line-height:1.4; font-size:1.5rem; color:#fff; background: #000; border-radius:50px;}
.dormitory_wrap .img_box .img_view img{max-width: 100%; vertical-align: top;}

.dormitory_wrap .img_box .slide_btn{position: absolute; top:50%; width:50px; height:50px; border-radius:50%; transform:translateY(-50%); background: rgba(0,0,0,0.3); cursor: pointer; z-index:1;}
.dormitory_wrap .img_box .slide_btn::before{content:""; position: absolute; width:100%; height: 100%; background: url("/nanum/site/builder/skin/main/img/common/slide_btn.png") no-repeat center / 100% auto;}
.dormitory_wrap .img_box .slide_btn.slide_rental_next{right:10px;}
.dormitory_wrap .img_box .slide_btn.slide_rental_next::before{transform:rotate(180deg);}
.dormitory_wrap .img_box .slide_btn.slide_rental_prev{left:10px;}

.dormitory_wrap .floor_list dl{display: flex;}
.dormitory_wrap .floor_list dl dt{width:150px; padding:20px 0; text-align:center; color:#143077; font-size:2rem; border-top:2px solid #143077;}
.dormitory_wrap .floor_list dl dd{width:calc(100% - 150px); padding:20px; border-top:1px solid #ddd;}

.dormitory_wrap .btn.icon_word{position:relative; display:block; width:21px; height:20px; margin:0 auto; font-size:0; text-indent: -9999px; background: url("/nanum/site/builder/dir/main/img/menu6034/icon_word.gif") no-repeat center / cover;}


/********************태블릿********************/
@media all and (max-width:1024px){
	
	/* 진로 */
	.employment_wrap .course_box .course_list ul li{width:calc(33.333% - 16px);}
	
	/* 학생체험프로그램 - 체험기 */
	.overseas_wrap .exp_list ul li{width:calc((100% / 5) - 12px);}
	
	/* 학생회 */
	/* 인사말 */
	.overseas_wrap .greetings_box .img_box{width:200px; padding:30px;}
	.overseas_wrap .greetings_box .greeting_txtbox{width:calc(100% - 240px);}
	
	/* 동아리 소개 */
	.overseas_wrap .club_box dl{gap:40px;}
	.overseas_wrap .club_box dl dt{width:50%;}
	.overseas_wrap .club_box dl dt .img_form{width:100%;}
	.overseas_wrap .club_box dl dd{width:calc(50% - 20px);}

	/* 동창회비 */
	.overseas_wrap .bank_txt .tit{font-size:3.4rem;}
	
	/* 발전기금 */
	.overseas_wrap .bank_generation dl{flex-direction:column;}
	.overseas_wrap .bank_generation dl dt{width:100%;}
	.overseas_wrap .bank_generation dl dd{width:100%;}

	.overseas_wrap .development p{font-size:3rem;}
	
	/* 생활관 */
	.dormitory_wrap .img_box{max-width:800px; margin:0 auto;}
	
}


/********************모바일********************/
@media all and (max-width:767px){
	
	/* 진로 */
	.employment_wrap .course_box .tit{padding:5vh 0;}
	.employment_wrap .course_box .course_list{padding:3vh;}
	.employment_wrap .course_box .course_list ul{gap:2vh;}
	.employment_wrap .course_box .course_list ul li{width:calc(50% - 1.3vh); padding:2vh 0;}
	.employment_wrap .course_box .course_list ul li::before{width:49px; height: 34px;}
	
	/* 학생체험프로그램 */
	.overseas_wrap .overseas_box dl dt{gap:1vh;}
	.overseas_wrap .overseas_box dl dt .img_box{border-radius:7vh 0 0 0;}
	.overseas_wrap .overseas_box dl dt .img_box:last-child{border-radius:0 0 7vh 0;}
	.overseas_wrap .overseas_box dl dd{margin-top:5vh;}
	
	/* 학생체험프로그램 - 체험기 */
	.overseas_wrap .overseas_exp dl{padding:3vh;}
	.overseas_wrap .overseas_exp dl dt{flex-direction:column; align-items:flex-start; gap:10px;}
	.overseas_wrap .overseas_exp dl dd{margin-top:2vh; padding-top:2vh;}
	.overseas_wrap .exp_list{margin-top:5vh;}
	.overseas_wrap .exp_list ul li{width:calc((100% / 4) - 1.2vh);}
	.overseas_wrap .exp_list ul li a::after{width:22px; height: 20px;}
	
	/* 학생회 */
	/* 인사말 */
	.overseas_wrap .greetings_box{gap:3vh;}
	.overseas_wrap .greetings_box .img_box{width:20vw; min-width:150px; padding:2vh;}
	.overseas_wrap .greetings_box .greeting_txtbox{width:calc(100% - 20vw);}
	.overseas_wrap .greetings_box .greeting_txtbox .tit{margin-bottom:2vh; padding-bottom:2vh; font-size:2.5rem;}
	.overseas_wrap .greetings_box .greeting_txtbox .txt_box p{font-size:1.7rem;}
	.overseas_wrap .greetings_box .greeting_txtbox .txt_box p:nth-child(n+2){margin-top:2vh;}
	
	/* 조직도 */
	.overseas_wrap .activity_list dl{flex-direction:column; gap:1vh;}
	.overseas_wrap .activity_list dl dt{flex-direction:row; width:100%; padding:2vh; font-size:2.3rem;}
	.overseas_wrap .activity_list dl dt::after{width:32px; height: 29px;}
	.overseas_wrap .activity_list dl dd{width:100%; padding:2vh;}
	
	/* 동아리 소개 */
	.overseas_wrap .club_box dl{flex-direction:column; gap:3vh;}
	.overseas_wrap .club_box dl:nth-child(n+2){margin-top:6vh;}
	.overseas_wrap .club_box dl dt{width:100%; padding:0;}
	.overseas_wrap .club_box dl dt::before{display: none;}
	.overseas_wrap .club_box dl dt .img_form{border-radius:10px;}
	
	.overseas_wrap .club_box dl:nth-child(even){flex-direction:column;}
	.overseas_wrap .club_box dl:nth-child(even) dt{padding:0;}
	.overseas_wrap .club_box dl:nth-child(even) dt .img_form{border-radius:10px;}
	
	.overseas_wrap .club_box dl dd{width:100%; padding-top:0;}
	.overseas_wrap .club_box dl dd .txt{margin-top:1.5vh; padding-top:1.5vh;}
	
	/* 동창회비 */
	.overseas_wrap .line_box{flex-direction:column-reverse; padding:4vh 2vh;}
	.overseas_wrap .line_box::after{width:100%; max-width:200px; height: 100px;}
	.overseas_wrap .line_box .bank_txt{text-align:center;}
	.overseas_wrap .bank_txt .tit{font-size:3rem;}
	.overseas_wrap .bank_txt .txt{font-size:2.3rem;}
	
	/* 발전기금 */
	.overseas_wrap .bank_generation dl dd > .tit{font-size:2.2rem;}
	.overseas_wrap .bank_generation dl dd > .bank_list{flex-wrap:wrap; gap:2vh;}
	.overseas_wrap .bank_generation dl dd > .bank_list li{gap:1vh; width:100%; padding:3vh;}
	.overseas_wrap .bank_generation dl dd > .bank_list li::before{width:120px; height:55px;}
	
	.overseas_wrap .development{margin-top:6vh; padding:4vh 2vh;}
	.overseas_wrap .development p{margin-bottom:2vh; font-size:2.3rem;}
	.overseas_wrap .development a{font-size:2rem;}
	
	/* 생활관 */
	.dormitory_wrap .list_line_box{flex-wrap:wrap; gap:10px;}
	.dormitory_wrap .list_line_box dl{width:100%; padding:20px;}

	.dormitory_wrap .floor_list dl dt{width:100px;}
	.dormitory_wrap .floor_list dl dd{width:calc(100% - 100px);}
}

/********************모바일********************/
@media all and (max-width:480px){
	
	/* 학생체험프로그램 - 체험기 */
	.overseas_wrap .overseas_exp dl dt > .tit{line-height:1.4; font-size:2.5rem;}
	.overseas_wrap .overseas_exp{padding:1vh;}
	.overseas_wrap .overseas_exp dl dd ul li > .txt{font-size:1.7rem;}
	
	.overseas_wrap .exp_list ul li{width:calc((100% / 3) - 1.5vh);}
	
	/* 학생회 */
	/* 인사말 */
	.overseas_wrap .greetings_box{flex-direction:column;}
	.overseas_wrap .greetings_box .img_box{width:100%; text-align:center;}
	.overseas_wrap .greetings_box .greeting_txtbox{width:100%;}
	
	/* 생활관 */
	.dormitory_wrap .floor_list dl{flex-wrap:wrap;}
	.dormitory_wrap .floor_list dl dt{width:100%; padding:8px 0; color:#fff; background: #143077;}
	.dormitory_wrap .floor_list dl dd{width: 100%;}
	
}

/********************웹********************/
@media all and (min-width:1025px) {
	
	.overseas_wrap .exp_list ul li a:hover{color:#143077; font-weight:700;}
	.overseas_wrap .exp_list ul li a:hover::after{background-image: url("/nanum/site/builder/dir/main/img/menu6034/name_icon_on.png");}
	
	.overseas_wrap .development a:hover::after{width:100%;}
	
}

