@charset "UTF-8";

/* ----------------------------------------------------------------
  >> TABLE OF CONTENTS:                   담당자 : 성지민
	0.0 font-face

	1.0 reset 표준화
    	- 1.1 HTML5 display-role reset for older browsers
    	- 1.2 Typography
        - 1.0 ALL Element
    	- 1.3 Table, Link
    	- 1.4 form element reset

	2.0 Plugin 관련 - Swiper(슬라이드)

    3.0 Layout Desgin - Common Style
        - 3.1 z-index
        - 3.2 content align
        - 3.3 icon
        - 3.4 text
        - 3.5 button
        - 3.6 color

    4.0 Main Page Design
        - 4.1 header
        - 4.2 footer
        - 4.3 main

    5.0 Contents Design - common

    6.0 Contents Design for Page (페이지별 개별화 된 콘텐츠 디자인)

----------------------------------------------------------------*/

/*--------------------------------------------------------------
  >> 0.0 font-face
----------------------------------------------------------------*/
/* nanum-gothic-regular - korean_latin */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nanum-gothic-v17-korean_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('NanumGothic'),
        url('../fonts/nanum-gothic-v17-korean_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nanum-gothic-v17-korean_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nanum-gothic-v17-korean_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nanum-gothic-v17-korean_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nanum-gothic-v17-korean_latin-regular.svg#NanumGothic') format('svg');
    /* Legacy iOS */
}

/* nanum-gothic-800 - korean_latin */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/nanum-gothic-v17-korean_latin-800.eot');
    /* IE9 Compat Modes */
    src: local('NanumGothic ExtraBold'), local('NanumGothic-ExtraBold'),
        url('../fonts/nanum-gothic-v17-korean_latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/nanum-gothic-v17-korean_latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/nanum-gothic-v17-korean_latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/nanum-gothic-v17-korean_latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/nanum-gothic-v17-korean_latin-800.svg#NanumGothic') format('svg');
    /* Legacy iOS */
}

/* noto-sans-kr-regular - korean_latin */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-kr-v11-korean_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Noto Sans KR Regular'), local('NotoSansKR-Regular'),
        url('../fonts/noto-sans-kr-v11-korean_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-kr-v11-korean_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/noto-sans-kr-v11-korean_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/noto-sans-kr-v11-korean_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/noto-sans-kr-v11-korean_latin-regular.svg#NotoSansKR') format('svg');
    /* Legacy iOS */
}

/* noto-sans-kr-700 - korean_latin */
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/noto-sans-kr-v11-korean_latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Noto Sans KR Bold'), local('NotoSansKR-Bold'),
        url('../fonts/noto-sans-kr-v11-korean_latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/noto-sans-kr-v11-korean_latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/noto-sans-kr-v11-korean_latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/noto-sans-kr-v11-korean_latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/noto-sans-kr-v11-korean_latin-700.svg#NotoSansKR') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'BMJUA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/BMJUA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* jua-regular - korean_latin */
@font-face {
	
	
	
	
    font-family: 'Jua';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jua-v7-korean_latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Jua Regular'), local('Jua-Regular'),
        url('../fonts/jua-v7-korean_latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/jua-v7-korean_latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/jua-v7-korean_latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/jua-v7-korean_latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/jua-v7-korean_latin-regular.svg#Jua') format('svg');
    /* Legacy iOS */
}

.jua {
    font-family: "Jua", "Nanum Gothic", "Malgun Gothic", "Apple SD Gothic Neo", "AppleSDGothic", "dotum", "sans-serif";
}

/*--------------------------------------------------------------
  >> 1.0 reset 표준화
----------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
       v2.0 | 20110126 License: none (public domain) */
/* 1.0 ALL Element */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* 1.1 HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    box-sizing: border-box;
}

/* 1.2 Typography */
html {
    font-size: 14px;
}
/* 230920 예전 body font*/
/* body {
    font-family: Meiryo UI, Noto Sans KR, Nanum Gothic, Malgun Gothic, Apple SD Gothic Neo, AppleSDGothic, dotum, sans-serif;
    line-height: 20px;
    color: #444;
    word-break: keep-all;
} */
/* 230921 */
body {
    font-family:Noto Sans KR;
    line-height: 20px;
    color: #444;
    word-break: keep-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    /* selected width */
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* 1.3 Table, Link */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 1.4 form element reset*/
input,
textarea,
button,
select,
option {
    box-sizing: border-box;
}

form,
label {
    display: block;
}


*:focus {
    outline: 0;
}

/*--------------------------------------------------------------
  >> 2.0 Plugin 관련 - Swiper(슬라이드)
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  >> 3.0 Layout Desgin - Common Style
----------------------------------------------------------------*/
/* 3.1 z-index */
.fairWrapper>.fairWrap>.fairListWrap>.fairList>.list:last-child::after {
    z-index: 1;
}

.hdr>.top-menuWrap>.user-menu .lnb {
    z-index: 10;
}

.kakaotalk {
    z-index: 100;
}

.navWrapper>.lnbWrapper {
    z-index: 10;
}

/* 3.2 content align */
.floatL {
    float: left;
}

.floatR {
    float: right;
}

.d-flex {
    display: flex;
    -ms-display: flexbox;
}

/* 3.3 icon */
.img-icon {
    background-image: url('../images/main/img-icon.png');
    overflow: hidden;
    background-repeat: no-repeat;
}

.bullhorn,
.comments,
.user,
.calendar-alt,
.chart-line,
.info-circle,
.handshake,
.globe {
    width: 30px;
    height: 30px;
}

.bullhorn {
    background-position: 0 0;
}

.menu-btn:hover .bullhorn {
    background-position: 0 -30px;
}

.comments {
    background-position: -30px 0;
}

.menu-btn:hover .comments {
    background-position: -30px -30px;
}

.user {
    background-position: -60px 0;
}

.menu-btn:hover .user {
    background-position: -60px -30px;
}

.calendar-alt {
    background-position: -90px 0;
}

.menu-btn:hover .calendar-alt {
    background-position: -90px -30px;
}

.chart-line {
    background-position: -120px 0;
}

.menu-btn:hover .chart-line {
    background-position: -120px -30px;
}

.info-circle {
    background-position: -150px 0;
}

.menu-btn:hover .info-circle {
    background-position: -150px -30px;
}

.handshake {
    width: 40px;
    background-position: -180px 0;
}

.menu-btn:hover .handshake {
    background-position: -180px -30px;
}

.globe {
    background-position: -220px 0;
}

.menu-btn:hover .globe {
    background-position: -220px -30px;
}

/* 3.4 text */
.text-over {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.text-over2 {
    white-space: normal;
    -webkit-line-clamp: 2;
}

.h1 {
    /* font-size: 60px; */
    font-size: 4.286rem;
    line-height: 80px;
    font-weight: bold;
}

.fz34 {
    font-size: 2.429rem;
}

.h2 {
    /* font-size: 30px; */
    font-size: 2.143rem;
    line-height: 40px;
    font-weight: bold;
}

.fz24 {
    /* font-size: 24px; */
    font-size: 1.714rem;
}

.h3 {
    /* font-size: 20px; */
    font-size: 1.429rem;
    line-height: 40px;
    font-weight: bold;
}

.h4,
.fz18 {
    /* font-size: 18px; */
    font-size: 1.286rem;
}

.fz16 {
    /* font-size: 16px; */
    font-size: 1.143rem;
}

.fz14 {
    /* font-size: 14px; */
    font-size: 1rem;
}

.fz13 {
    /* font-size: 13px; */
    font-size: 0.9286rem;
}

.h5 {
    /* font-size: 12px; */
    font-size: 0.857rem;
}

.lh30 {
    line-height: 30px;
}

/* 3.5 button */
.button {
    border: none;
    background-color: inherit;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
    cursor: pointer;
    text-align: center;
}

/* 3.6 color */
.c999 {
    color: #999;
}

.c666 {
    color: #666;
}

.c333 {
    color: #333;
}

.cccc {
    color: #ccc;
}

.cfff {
    color: #fff;
}

.bgcCCC {
    background-color: #ccc;
}

.bgcEEE {
    background-color: #eee;
}

.bgcF9 {
    background-color: #f9f9f9;
}

/* point color 기본 세팅 */

.lightColor {
    color: #a5c1f3;
}
.headerContainer .infoTopWrap .wrap .navWrap>li:hover>a,
.quickMenuWrap>.btn-menu>.menu-btn:hover .menu-txt,
.baseColor {
    color: #0087E6;
}

.darkColor {
    color: #1e426c;
}

/* .user_login_tab a, */
.btn14{
    border-color: inherit;
}

.bgcLight,
.btn.btn-primary,
.fairList.IT>.list .occupation,
.joinBBS .joinBBS-row .joinrt .join_btn {
    border-color: none;
    background-color: #fff;
    color: #0087E6;
    border: 1px solid #0087E6;
}
/* .btn14, */
/* .user_login_tab a, */
.userGuideWrap .title,
.headerContainer .menuContentsWrap .menuContents .nav-column a:hover,
.quickMenuWrap>.btn-menu>.menu-btn:hover .iconWrap,
.btn.btn-primary:hover,
.resume_btn_div .resume_editable_btn.on,
.resume_btn_div .resume_applyed_btn.on,
.joinBox #joinBtn .join-btn,
.bgcLight:hover,
.bgcBase {
    background-color: #0087E6;
    color: #fff;
}

.bgcDark {
    background-color: #1e426c;
    color: #fff;
}

.adListEtc,
.fairList.notIT>.list .occupation,
.quickMenuWrap>.btn-menu>.menu-btn:hover .iconWrap {
    background-color: #0087E6;
}



/* 컨셉에 따라 point color 변경하기 */

.bgcLight,
.btn.btn-primary,
.fairList.IT>.list .occupation,
.joinBBS .joinBBS-row .joinrt .join_btn{
    background-color: #fff;
    color: #729c4c;
    border: 1px solid #729c4c;
}

.btn.btn-primary:hover{
    border: 1px solid #729c4c;
}
/*잡페어 point color  */
.userGuideWrap .title,
.headerContainer .menuContentsWrap .menuContents .nav-column a:hover,
.quickMenuWrap>.btn-menu>.menu-btn:hover .iconWrap,
.btn.btn-primary:hover,
.resume_btn_div .resume_editable_btn.on,
.resume_btn_div .resume_applyed_btn.on,
.joinBox #joinBtn .join-btn,
.bgcLight:hover,
.bgcBase {
/* background-color: #729c4c; */
/* background-color: #0E46A3; */
/*background-color:#80D7CA;*/
background:linear-gradient(to right, #00b6c1, #01575b);
}
/*잡페어 text point color */
.headerContainer .infoTopWrap .wrap .navWrap>li:hover>a,
.quickMenuWrap>.btn-menu>.menu-btn:hover .menu-txt,
.baseColor {
/*  color: #729c4c; */
/* color: #0E46A3; */
/*color:#80D7CA;*/
color:#00aab7;
}

/* 3.7 ETC function */
/* content align */
.title,
.subTitle,
.copyright {
    text-align: center;
}

.hdrWrap>.hdr,
.navWrapper .alignNav,
.quickMenuWrap>.btn-menu,
.chartWrapper>.chartWrap>.chartList,
.content>.fairWrapper>.fairWrap,
.content>.userGuideWrap>.userGuide,
.footer_wrap {
    width: 1200px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
  >> 4.0 Main Page Design
----------------------------------------------------------------*/
/* 4.1 Header */
.skip-navigation .goToMain {
    display: none;
}

/* 4.2 Header_Nav */
/* .navWrapper{
    position: relative;
}
.navWrapper>.gnbWrapper{
    background-color: #2badba;
}
.navWrapper>.lnbWrapper{
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,.8);
    left: 0; right: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
}
.navWrapper>.navWrap{}
.navWrapper>.navWrap>.alignNav{}
.navWrapper>.navWrap>.alignNav>.d-flex{
    justify-content: flex-start;
    text-align: center;
}
.navWrapper>.navWrap>.alignNav>.gnb2{
    line-height: 40px;
}
.navWrapper>.navWrap>.alignNav>.lnb2{
    line-height: 30px;
}
.navWrapper>.navWrap>.alignNav>.d-flex>*{
    width: 130px;
}
.navWrapper>.navWrap>.alignNav>.gnb2{}
.navWrapper>.navWrap>.alignNav>.lnb2{}
.navWrapper>.navWrap>.alignNav>.lnb2>ul>li:hover{
    background-color: rgba(153,216,231,.7);
} */

/* 4.3 content */
/* 4.3.1 slide */
.content>.gallery>.slidePic>li {
    width: 100%;
}

.content>.gallery>.slidePic>li>a {
    display: inline-block;
}

.gallery .slidePic img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* 4.3.2 quickMenu */
.quickMenuWrap {
    padding: 80px 0;
}

.quickMenuWrap>.btn-menu {
    justify-content: center;
}

.quickMenuWrap>.btn-menu>.menu-btn {
    width: 180px;
    margin: 0 10px;
}

.quickMenuWrap>.btn-menu>.menu-btn:hover .iconWrap {
    border: 1px solid inherit;
}

.quickMenuWrap>.btn-menu .iconWrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 5%);
}

.quickMenuWrap>.btn-menu .iconWrap .img-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.quickMenuWrap>.btn-menu .img-icon {
    margin: 0 auto;
}

.quickMenuWrap>.btn-menu .menu-txt {
    margin-top: 10px;
    text-align: center;
    color: #666;
}

/* 4.3.3 jobFair List */
.content>.fairWrapper {
    padding: 60px 0;
}

.fairWrapper>.fairWrap>.title {
    line-height: 80px;
}

.fairWrapper>.fairWrap>.fairListWrap:nth-child(2)~* {
    margin-top: 40px;
}

.fairWrapper>.fairWrap>.fairListWrap>.subTitle {
    width: 250px;
    margin: 0 auto;
    line-height: 40px;
}

.fairWrapper>.fairWrap>.fairListWrap>.fairList {
    padding: 20px 0 0;
    flex-wrap: wrap;
}

.fairWrapper>.fairWrap>.fairListWrap>.fairList .list {
    width: 250px;
    margin: 0 10px 20px;
    padding: 10px;
    /* height: 200px; */
    outline: 1px solid #eee;
}

.fairWrapper>.fairWrap>.fairListWrap>.fairList .list:hover {
    outline: 1px solid #ccc;
}

.fairWrapper>.fairWrap>.fairListWrap>.fairList>.list:last-child {
    position: relative;
}

.adListEtc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 200px;
    font-size: 2.143rem;
    color: #fff;
    cursor: pointer;
}

/* .fairWrapper>.fairWrap>.fairListWrap>.fairList>.list:last-child::after { 
    width: 100%;
    height: 100%;
    display: block;
    content: 'VIEW MORE';
    cursor: pointer;
    line-height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.143rem;
    background-color: rgba(16, 108, 121, .85);
    color: #fff;
} */

.fairList>.list .logoImgWrap {
    line-height: 80px;
}

.fairList>.list .logo-img {
    width: auto;
    height: auto;
    max-width: 230px;
    max-height: 80px;
    background-size: contain;
    background-position: center, center;
    background-repeat: no-repeat;
}

.fairList>.list .occupation {
    width: 100%;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
}


/* 2020-04-29 기업용 지원자 통계 */

.chartWrapper {
    margin: 80px 0;
}


.chartWrapper>.chartWrap>.title {
    line-height: 80px;
}

.chartWrapper>.chartWrap>.chartList{
    margin: 40px auto;
}

.chartWrapper>.chartWrap>.chartList>.subTitle {
    width: 250px;
    margin: 0 auto;
    line-height: 40px;
}
.chartWrapper>.chartWrap>.chartList>#jobfair_chart_div{
    margin-top: 40px;
}
/* internship pic */

.content>.internship {
    width: 100%;
    height: 695px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/main/210420_BJF_internship_1920px.jpg');
    cursor: pointer;
}

/* 4.3.4 userGuide */
.userGuideWrap {
    background-color: #f7f7f7;
    padding: 80px 0;

 
}

.userGuideWrap .title{
    width: 250px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 250px;
}

.userGuideWrap>.userGuideBg {
    width: 100%;
    height: 360px;
    position: relative;
    /* padding-top: calc(360 / 1920 * 100%); */
    background-image: url('../images/main/userGuideBg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.userGuideWrap>.userGuideBg>.title {
    position: absolute;
    top: 80px;
    line-height: 40px;
    left: 0;
    right: 0;
    color: #fff;
}
.content>.userGuideWrap>.userGuide {
    margin: 0 auto;
}
.userGuideWrap>.userGuide>.guideWrap {

}

.userGuideWrap>.userGuide>.guideWrap>.subTitle,
.userGuideWrap>.userGuide>.guideWrap>.guide {
margin: 40px auto 0;

}
.userGuideWrap>.userGuide>.guideWrap>.guide {
    background-color: #fff;
    border-radius: 20px;
padding: 40px 0;
}
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner,
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-bannerJA{
    width: 350px;
    height: 240px;
    background-size: contain;
    margin: 0 auto;
}
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner {
    background-image: url('../images/main/banner_BJF350x240px.jpg');
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-bannerJA {
    background-image: url('../images/main/banner_BJF350x240pxJA.jpg');
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner-busan-KO,
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner-busan_JA{
    width: 350px;
    height: 240px;
    background-size: contain;
    margin: 0 auto;
}
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner-busan-KO {
    background-image: url('../images/main/banner_busan.jpg');
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-banner-busan-JA {
    background-image: url('../images/main/banner_busan.jpg');
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text {
 /* width: calc(100% - 370px); */
margin-top: 40px;
text-align: center;
line-height: 30px;
}

/* 200522 
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text::after {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    content: '';
}
*/
.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text>.h4 {}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text>.baseColor {
    margin: 15px 0;
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text>.guideList {}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text>.guideList>li {
    list-style: inside;
}

.userGuideWrap>.userGuide>.guideWrap>.guide>.guide-text>.button {
    padding: 10px 20px;
    border-radius: 10px;
    /* float: right; */
    margin-top: 40px;
    /* font-size: 20px; */
    font-size: 1.429rem;
    font-weight: bold;
}

/* 4.4 kakao */
.kakaotalk {
    width: 120px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: .8;
}

.kakaotalk:hover {
    opacity: 1;
}

/* 4.5 footer 
.footer {
    margin-top: 80px;
    padding: 40px 0;
}

.footer>.footer_wrap {
    justify-content: center;
}
.footer>.footer_wrap>.footer_logo {}
.footer>.footer_wrap>.footer_logo .logoImg{
    height: 40px;
    margin: 20px;
    display: block;
}
.footer>.footer_wrap>.footer_contents {}
.footer>.footer_wrap>.footer_contents>.corp-name {
    line-height: 40px;
}

.footer>.footer_wrap>.footer_contents>.footerTextWrap {}
.footer>.footer_wrap>.footer_contents>.footerTextWrap>.lh30{
    margin : 0 20px;
}

.footer>.copyright {
    padding: 20px;
    color: rgba(255, 255, 255, .7);
    background-color: rgba(0,0,0,.3);
}
*/

.modal-footer{
	margin: auto;
}
