@charset "utf-8";

/**/
:root {
	--fontMainSet: 'Montserrat', 's-core-dream', 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', Dotum, '돋움', 'gulim', '굴림', 'Tahoma', sans-serif;
	--fontSubSet: 'Montserrat', 's-core-dream', 'Noto Sans KR', 'Malgun Gothic', '맑은고딕', Dotum, '돋움', 'gulim', '굴림', 'Tahoma', sans-serif;
	--mainColor: #134aa9;
	--subColor1: #173a83;
	--libColor2: #b84c97;
	--libColor3: #1a7ca0;
	--colorWhite: #fff;
	--colorBlack: #000;
	--colorGray: #555;
	--colorLightgray: #efefef;
	--colorDarkgray: #222;
	--colorRed: #b02323;
	--colorPink: #f8277b;
	--colorPurple: #641886;
	--colorYellow: #f4cb0a;
	--colorOrange: #f23f15;
	--colorGreen: #00b755;
	--colorNavy: #031444;
	--colorBlue: #72e3ff;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream2-webfont.woff2') format('woff2'), url('fonts/scdream2-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream3-webfont.woff2') format('woff2'), url('fonts/scdream3-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream4-webfont.woff2') format('woff2'), url('fonts/scdream4-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream5-webfont.woff2') format('woff2'), url('fonts/scdream5-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream6-webfont.woff2') format('woff2'), url('fonts/scdream6-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 's-core-dream';
    src: url('fonts/scdream7-webfont.woff2') format('woff2'), url('fonts/scdream7-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


/**/
html * {word-break: keep-all;box-sizing: border-box;}
html {height: 100%;margin:0;padding:0;color: var(--colorDarkgray);font-size:62.5%;font-style:normal;line-height:1.42857143;}
body {height: 100%;margin:0;padding:0;color: var(--colorDarkgray);font-size: 14px;font-style:normal;line-height:1.42857143;font-family: var(--fontMainSet);}
ol,ul{margin: 0;padding: 0;}
canvas, details, hgroup, menu {display:block}
ul li {list-style: none}
h1,h2,h3,h4,h5,h6 {margin: 0;}
p {margin: 0;}
dl {margin: 0;}
dl dd {margin: 0;}
blockquote, q{quotes:none}
blockquote:before, blockquote:after,
q:before, q:after{content:'';content:none}
a {margin:0;padding:0;border:0;vertical-align: middle;text-decoration: none;color: inherit;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title], dfn[title]{border-bottom:1px dotted #000;cursor:help}
input, select, label {vertical-align:middle;font-family: inherit;}
caption, legend{position: absolute;top: -9999px;left: -9999px;z-index: -9999;font-size: 0;line-height: 0;height: 0;}
pre,code,kbd,samp,tt{line-height:100%}
em {font-style:normal;}
iframe {overflow: hidden;width: 100%;border: 0;}
hr{display:none}
img {max-width: 100%;border: 0;}
figure {margin: 0;}
strong {font-weight: 500;}
button,
input[type="button"],
input[type="submit"] {border: 0;cursor: pointer;font-family: inherit;background-color: transparent;}
fieldset {margin: 0;padding: 0;border: 0;}

#popupWindow{position:absolute;border:0}
#ui-datepicker-div {z-index: 101 !important;}

/*공통클래스속성*/
.none{display:none !important;}
.skip{position:absolute;top: -9999px;left: -99999px;z-index: -10;}
.hidden{position:absolute;top: -9999px;left: -99999px;z-index: -10;}
.transp {opacity: 0;}
.underline {text-decoration: underline;}
.db {display:block;}
.both{clear:both}
.line {display: block;}
.bold {font-weight: 700;}
.medium {font-weight: 500;}
/*.holiday{display:none;position:absolute;z-index:5000;top:50px;left:50%;margin-left:-285px !important;cursor:pointer}*/
.btn_mod{position:fixed;z-index:9000;bottom:50px;left:0;display:block;width:73px;height:46px;overflow:hidden}
.tal{text-align:left !important}
.tac{text-align:center !important}
.tar {text-align: right !important;}
.blocker {z-index: 300 !important;}
.root_daum_roughmap {width: 100% !important;}

/*색상*/
.black {color: var(--colorBlack) !important;}
.gray {color: var(--colorGray) !important;}
.lightgray {color: var(--colorLightgray) !important;}
.darkgray {color: var(--colorDarkgray) !important;}
.white {color: var(--colorWhite) !important;}
.navy {color: var(--subColor1) !important;}
.blue {color: var(--mainColor) !important;}
.green {color: var(--colorGreen) !important;}
.yellow {color: var(--colorYellow) !important;}
.orange {color: var(--colorOrange) !important;}
.red {color: var(--colorRed) !important;}
.pink {color: var(--colorPink) !important;}
.purple {color: var(--colorPurple) !important;}

/* input */
input.full {width: 100% !important;}
input.half {width: 50% !important;}
.multi input {width: 28% !important;}

/*공통속성*/
.mt0 {margin-top: 0 !important;}
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}

.mb5{margin-bottom:5px !important}
.mb10{margin-bottom:10px !important}
.mb15{margin-bottom:15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.mb35{margin-bottom:35px !important}
.mb40{margin-bottom:40px !important}
.mb45{margin-bottom:45px !important}
.mb50{margin-bottom:50px !important}

.ml5{margin-left:5px !important}
.ml10{margin-left:10px !important}
.ml15{margin-left:15px !important}
.ml20{margin-left:20px !important}
.ml25{margin-left:25px !important}
.ml30{margin-left:30px !important}
.ml35{margin-left:35px !important}
.ml40{margin-left:40px !important}
.ml45{margin-left:45px !important}
.ml50{margin-left:50px !important}

.pt10{padding-top:10px !important}
.pt20{padding-top:20px !important}
.pt30{padding-top:30px !important}

.pb10{padding-bottom:10px !important}

.pl10{padding-left:10px !important}
.pl20{padding-left:20px !important}

.pr10{padding-right:10px !important}
.pr15{padding-right:15px !important}
.pr20{padding-right:20px !important}
.pr25{padding-right:25px !important}
.pr30{padding-right:30px !important}
.pr35{padding-right:35px !important}
.pr40{padding-right:40px !important}
.pr45{padding-right:45px !important}
.pr50{padding-right:50px !important}

.w5p{width:5% !important}
.w10p{width:10% !important}
.w15p{width:15% !important}
.w20p{width:20% !important}
.w25p{width:25% !important}
.w30p{width:30% !important}
.w35p{width:35% !important}
.w40p{width:40% !important}
.w45p{width:45% !important}
.w50p{width:50% !important}
.w55p{width:55% !important}
.w60p{width:60% !important}
.w70p{width:70% !important}
.w80p{width:80% !important}
.w90p{width:90% !important}
.w100p{width:100% !important}

/* 팝업창 */
.pop-layer .pop-container {width: 100%;max-height: 80%;overflow-y: auto;}
.pop-layer {display: none;position: absolute;top: 50%;left: 50%;width: 500px;height: 500px;background: #fff;z-index: 10;}

.dim-layer {position: fixed;_position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1000000;}
.dim-layer .dimBg {position: absolute;top: 0;left: 0;width: 100%;height: 100% !important;background: #000;opacity: .7;filter: alpha(opacity=50);}
.dim-layer .pop-layer {display: block;}

a.btn-layerClose {position:absolute;top:-40px;right:0;width:30px;height:30px;background: url(../img/btn-layerClose-m.png) no-repeat center 50%;}
.pop-today {position: absolute;top: -34px;right: 50px;z-index: 999999;margin-left: 0;color: #fff;}
.pop-today input[type="checkbox"] {display:inline-block;width:16px;height:16px;margin-right:5px;} 
.pop-today span label {color:#fff;}

.profile_tit {height:60px;line-height:60px;font-size:24px;font-weight:500;color:#222;border-bottom:1px solid #ccc;padding-left:20px;margin-bottom:20px;}
.profile_con {padding:0 20px;height: 400px;overflow-y: scroll;}
.profile_con .profile_info {margin-bottom:40px;overflow:hidden;}
.profile_con .profile_info .pf_img {float:left;width:120px;border:1px solid #ddd;box-sizing:border-box;}
.profile_con .profile_info .pf_img img {width:100%;height:150px;}
.profile_con .profile_info .pf_text {float:left;padding-left:30px;}
.profile_con .profile_info .pf_text .name {font-size:18px;font-weight:500;color:#222;margin-top: -4px;padding-bottom: 10px;}
.profile_con .profile_info .pf_text .etc {}
.profile_con .profile_info .pf_text .etc li {font-size:16px;color:#555;padding-left:8px;word-break: break-all;position:relative;}
.profile_con .profile_info .pf_text .etc li::before {content: "";width: 3px;height: 3px;background: #888;position: absolute;top: 10px;left: 0;}
.profile_con .profile_list {margin-bottom: 20px;}
.profile_con .profile_list .tit {font-size:20px;color:#222;padding-left:18px;margin-bottom:10px;position:relative;}
.profile_con .profile_list .tit::before {content: "";width: 10px;height: 2px;background: #bc2335;position: absolute;top: 16px;left: 0;}
.profile_con .profile_list .cont {font-size:15px;color:#555;padding-left:18px;margin-bottom:5px;position:relative;}



@media screen and (max-width: 768px) {

	.pop-layer {display: none;position: absolute;top: 10%;left: 0;width: 90%;height: 100%;background-color: transparent;z-index: 10;margin: auto 5% !important;}
	.scroll_ani {position:absolute;top:50%;left:50%;margin-top:-50px;margin-left:-54px;opacity: .5;}

	.profile_tit {height:60px;line-height:60px;font-size:22px;font-weight:500;color:#222;border-bottom:1px solid #ccc;padding-left:20px;margin-bottom:20px;}
	.profile_con {padding:0 20px;height: 400px;overflow-y: scroll;}
	.profile_con .profile_info {margin-bottom:40px;overflow:hidden;}
	.profile_con .profile_info .pf_img {float:left;width:120px;border:1px solid #ddd;box-sizing:border-box;}
	.profile_con .profile_info .pf_img img {width:100%;height:150px;}
	.profile_con .profile_info .pf_text {float:left;padding-left:30px;}
	.profile_con .profile_info .pf_text .name {font-size:16px;font-weight:500;color:#222;margin-top: -4px;padding-bottom: 10px;}
	.profile_con .profile_info .pf_text .etc {}
	.profile_con .profile_info .pf_text .etc li {font-size:14px;color:#555;padding-left:8px;word-break: break-all;position:relative;}
	.profile_con .profile_info .pf_text .etc li::before {content: "";width: 3px;height: 3px;background: #888;position: absolute;top: 10px;left: 0;}
	.profile_con .profile_list {margin-bottom: 20px;}
	.profile_con .profile_list .tit {font-size:18px;color:#222;padding-left:18px;margin-bottom:10px;position:relative;}
	.profile_con .profile_list .tit::before {content: "";width: 10px;height: 2px;background: #bc2335;position: absolute;top: 14px;left: 0;}
	.profile_con .profile_list .cont {font-size:14px;color:#555;padding-left:18px;margin-bottom:5px;position:relative;}

}

/* button */
.btn_blue {background-color: var(--mainColor) !important;color: var(--colorWhite) !important;}
.btn_white {background-color: var(--colorWhite) !important;color: var(--colorDarkgray) !important;border: 1px solid var(--colorDarkgray) !important;}
.btn_black {background-color: var(--colorDarkgray) !important;color: var(--colorWhite) !important;}
.btn_red {background-color: var(--colorRed) !important;color: var(--colorWhite) !important;}
.btn_purple {background-color: var(--colorPurple) !important;color: var(--colorWhite) !important;}
.btn_yellow {background-color: var(--colorYellow) !important;color: var(--colorDarkgray) !important;}
.btn_orange {background-color: var(--colorOrange) !important;color: var(--colorWhite) !important;}
.btn_gray {background-color: var(--colorGray) !important;color: var(--colorWhite) !important;}
.btn_lightgray {background-color: var(--colorLightgray) !important;color: var(--colorGray) !important;}
.btn_navy {background-color: var(--subColor1) !important;color: var(--colorWhite) !important;}
.btn_green {background-color: var(--colorGreen) !important;color: var(--colorWhite) !important;}
.btn_pink {background-color: var(--colorPink) !important;color: var(--colorWhite) !important;}