@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@import "./reset.css";
@import "./common.css";

body {
    margin: 0 auto; 
    width: 100%; 
    text-align: center;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    
    letter-spacing: -0.5px;
}
button {
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
body.scroll, html.scroll {overflow: hidden;}
img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.inner {
    margin: 0 auto;    
    max-width: 960px; 
    min-width: 960px; 
    box-sizing: border-box;
}
.clearfix::after {
    display: block;
    clear: both;
    content: '';
}
.float {
    position: fixed;
    z-index: 10;
}
.hiding {display: none;}
.left {float: left;}
.right {float: right;}

/* header */
header {
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}
header .inner {    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header a.home, header ul.menu_wrap, header ul.menu_wrap li.menu_item {float: left;}
header a.home, header a.home object {
    width: 93px;
    height: 40px;
}
header ul.menu_wrap {
    display: flex;
    justify-content: space-between;
    width: 520px;
}
header ul.menu_wrap li.menu_item {
    font-size: 18px;
    font-weight: 500;
    color: #222; 
    transition: all 0.1s;
    padding: 10px;
}
header ul.menu_wrap li.menu_item.focus a {color: #6486F4;}
header ul.menu_wrap li.menu_item:hover a {color: #6486F4; transition: all 0.1s;}
header button.btn_go_study {
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #ffcc33;
    
    font-size: 14px; 
    font-weight: 600;
    color: #1e1e1e;
}
header button:focus {border: none; outline: none;}

/* section_visual */
section.visual {
    position: relative;
    margin-top: 80px;
    width: 100%;
    background-image: url(../img/sec01_vis_bg.png);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
section.visual .title {padding: 100px 0px 40px;}
section.visual .yuji {padding: 60px 0px 100px;}
section.visual .schedule_wrap .schedule_item {position: relative;}
section.visual .schedule_wrap .schedule_item::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #cccccc;
}
section.visual .schedule_wrap .schedule_item:last-child::after {display: none;}
section.visual .schedule_wrap {
    display: flex;
    justify-content: center;
    
    border-radius: 12px;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: rgba(255, 255, 255, 0.75);
}
section.visual .schedule_wrap .schedule_item {
    margin-right: 20px;
    padding-right: 20px;
}
section.visual .schedule_wrap .schedule_item:last-child {
    margin-right: 0;
    padding-right: 0;
}
section.visual .schedule_wrap .schedule_item::after {height: 15px;}
section.visual .schedule_wrap .schedule_item span strong {
    margin-right: 10px;
    font-weight: 500;
    color: #6486F4;
}
section.visual .schedule_wrap .schedule_item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #1e1e1e;
}

/* sec02 */
.sec02 {
    width: 100%;
    background-image: url(../img/sec02_bg.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-color: #769662;
    
    padding-bottom: 100px;
}
.sec02 .score_box {
    background-color: #59714A; 
    border-radius: 12px;
    padding: 30px 0px;
}
.sec02 .score_box .score_wrap {
    display: flex;
    justify-content: center;
}
.sec02 .score_box .score_wrap .score_item div {
    position: relative;
    display: flex;
    align-items: center;    
    margin-right: 20px;
    padding-right: 20px;
    
    color: #fff;
}
.sec02 .score_box .score_wrap .score_item:last-child div {
    margin-right: 0;
    padding-right: 0;
}
.sec02 .score_box .score_wrap .score_item div::after {
    display: block;
    content: '';
    
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: rgba(255,255,255,0.3);
}
.sec02 .score_box .score_wrap .score_item:last-child div::after {display: none;}
.sec02 .score_box .score_wrap .item_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec02 .score_box .score_wrap .time {background-image: url(../img/icon_clock.png);}
.sec02 .score_box .score_wrap .day {background-image: url(../img/icon_day.png);}
.sec02 .score_box .score_wrap .book {background-image: url(../img/icon_book.png);}
.sec02 .score_box .score_wrap .score_item span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.sec02 .score_box .score_wrap .score_item #intStudyComplete {margin-right: 4px;}
.sec02 .score_box .score_wrap .score_item span:nth-child(2) {margin-right: 20px;}
.sec02 .score_box .score_wrap .score_item span strong {
    font-weight: 700;
    color: #fff;
}

/* sec02 calendar */
.sec02 .calendar {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
    width: 100%;
    height: 848px;
    margin-top: 48px;
    padding-bottom: 100px;
}
.sec02 .calendar ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec02 .calendar ul .img_box {
    display: inline-block;
    width: 123px;
    height: 56px;
    
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
.sec02 .calendar ul .date_box {
    padding: 10px 0px;
    
    color: #fff;
    font-weight: 400;
}
.sec02 .calendar ul .check_box {
    padding: 10px 0px;
    
    color: #fff;
    font-weight: 500;
    
    background: #59714A;
    border-radius: 50px;
    
    cursor: pointer;
}
.sec02 .calendar ul .step0 {background-image: url(../img/sec02_step0.png);}
.sec02 .calendar ul .step1 {background-image: url(../img/sec02_step1.png);}
.sec02 .calendar ul .step2 {background-image: url(../img/sec02_step2.png);}
.sec02 .calendar ul .gift {position: relative;}
.sec02 .calendar ul .gift img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    
    width: 88px;
}
.sec02 .calendar ul .gift_got img {
    filter: grayscale(100%);
}
.sec02 .calendar ul .gift .alert {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: 1;
    padding: 4px 8px;
    border-radius: 50px;    
}
.sec02 .calendar ul .gift .alert.bf {
    background: rgba(255,255,255,0.75);
    cursor: pointer;    
    animation: motion 0.7s cubic-bezier(0, 0, 0.2, 1) 0s infinite alternate;
}
@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: -3px;}
}
.sec02 .calendar ul .gift .alert.bf span {
    font-size: 16px;
    font-weight: 700;    
}
.sec02 .calendar ul .gift .alert.aft {background: rgba(0,0,0,0.75);}
.sec02 .calendar ul .gift .alert.aft span {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.sec02 .step_noti .tit,
.sec02 .gift_noti .tit {margin-bottom: 30px;}
.sec02 .step_noti div {
    display: flex;
    justify-content: space-between;
    
    margin-bottom: 100px;
}
.sec02 .gift_noti .txt_box {
    position: relative;
    display: flex;
    justify-content: center;
    
    padding: 40px 0px;
    border-radius: 12px;
    background: #99B18A;
    
    line-height: 1.7;
    font-size: 16px;
    text-align: left;
    color: rgba(0,0,0,0.75);
}
.sec02 .gift_noti .yuji {
    position: absolute;
    bottom: -20px;
    right: 100px;    
}
.sec02 .gift_noti .txt_box strong {font-weight: 600;}
.sec02 .gift_noti .gr {
    font-weight: 700;
    font-size: 20px;
    color: #365124;
    
    margin-top: 20px;
}

/* tab2 */
section.tab2 {
    position: relative;
    padding: 80px 0px;
    width: 100%;
    background-image: url(../img/dormi_bg.png);
    background-size: cover;
	background-position: top center;
    background-repeat: no-repeat;
    
    font-size: 16px;
}
section.tab2 .tit {margin: 100px auto 50px;}
section.tab2 .cont .cont_noti {
    position: relative;
    
    width: 100%;
    height: auto;
    padding: 15px 0px;
    background-color: #C1B998;
}
section.tab2 .cont .cont_noti .txt strong {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 600;
}
section.tab2 .cont .cont_noti .fire {
    position: absolute;
    left: 4%;
    bottom: -20%;
    z-index: 1;
}
section.tab2 .cont .cont_noti .yuji {
    position: absolute;
    right: 4%;
    bottom: -20%;
    z-index: 1;
}

/* left */
section.tab2 .cont .cont_left {
    float: left;
    
    position: relative;
    width: 350px;
    height: 610px;
    padding-top: 40px;
    
    background-image: url(../img/dormi_left_bg.png);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;    
}
section.tab2 .cont .cont_left .cont_inner {padding: 0px 35px;}
section.tab2 .cont .cont_left .left_tit {margin-bottom: 30px;}
section.tab2 .cont .cont_left .today_tit,
section.tab2 .cont .cont_left .plus_tit {
    color: rgba(0,0,0,0.75);
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
}
section.tab2 .cont .cont_left .plus_tit span {color: rgba(0,0,0,0.5);}
section.tab2 .cont .cont_left .today_box,
section.tab2 .cont .cont_left .plus_box {
    width: 100%;
    padding: 16px 0px;
    border-radius: 12px;
    background: #F2ECD4;
}
section.tab2 .cont .cont_left .today_box {margin-bottom: 20px;}
section.tab2 .cont .cont_left .plus_box {margin-bottom: 30px;}
section.tab2 .cont .cont_left .today_box .today_clock,
section.tab2 .cont .cont_left .plus_box .plus_clock {
    font-size: 28px;
    font-weight: 700;
    color: rgba(0,0,0,0.8);
}
section.tab2 .cont .cont_left .match_cont {position: relative;}
section.tab2 .cont .cont_left .team_name {
    display: flex;
    justify-content: space-between; 
    
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: rgba(0,0,0,0.75);
}
section.tab2 .cont .cont_left .team_name span {padding: 0px 10px;}
section.tab2 .cont .cont_left .team_line {
    display: flex;
    justify-content: space-between;
    
    margin-top: 10px;
    border-radius: 50px;
    background: rgba(0,0,0,0.1);
}
section.tab2 .cont .cont_left .team_line span {
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
}
section.tab2 .cont .cont_left .team_line .p {
    width: 50%;
    height: 100%;
    padding: 10px 0px 10px 12px;
    border-radius: 50px 0px 0px 50px;
    background-color: #6C3789;    
    
    text-align: left;
    color: #fff;
}
section.tab2 .cont .cont_left .team_line .w {
    width: 50%;
    height: 100%;
    padding: 10px 12px 10px 0px;
    border-radius: 0px 50px 50px 0px;
    background-color: #fff;   
    
    text-align: right;
    color: #6C3789;
}
section.tab2 .cont .cont_left .bubble {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    
    width: 280px;
    height: 95px;
    margin-top: 30px;
    padding: 0px;
    background: #F2ECD4;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
section.tab2 .cont .cont_left .bubble:after {
    display: block;
    width: 0;
    
    content: '';
    position: absolute;
    top: -12px;
    left: 130px;
    z-index: 1;
    
    border-style: solid;
    border-width: 0 10px 12px;
    border-color: #F2ECD4 transparent;
}
section.tab2 .cont .cont_left .bubble p {line-height: 1.5;}
section.tab2 .cont .cont_left .bubble p strong {font-weight: 700;}
section.tab2 .cont .cont_left .result_txt {
    position: absolute;
    bottom: 0;
    
    width: 100%;
    height: auto;
    padding: 16px 0px;
    background: #676457;
    
    color: #fff;
}

/* right */
section.tab2 .cont .cont_right {
    float: right;
    
    position: relative;
    width: 610px;
    height: 610px;
    padding-top: 40px;
    
    background-image: url(../img/dormi_right_bg.png);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;    
}
section.tab2 .cont .cont_right .right_tit {margin-bottom: 20px;}
section.tab2 .cont .cont_right .cont_inner {padding: 0px 50px;}
section.tab2 .cont .cont_right .cont_inner .rolling_wrap {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    height: 40px;
    overflow: hidden;
}
section.tab2 .cont .cont_right .rolling_wrap .roll {
    display: flex;
    flex-direction: column;
}
section.tab2 .cont .cont_right .rolling_wrap .roll .swiper-slide {
    height: 40px !important;
    line-height: 40px;
}
section.tab2 .cont .cont_right .rolling_wrap .roll .team_p,
section.tab2 .cont .cont_right .rolling_wrap .roll .team_w,
section.tab2 .cont .cont_right .rolling_wrap .roll .time {font-weight: 600;}
section.tab2 .cont .cont_right .rolling_wrap .roll .live {
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 50px;
    background: #C40000;
    
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
section.tab2 .cont .chrMsg_wrap .chrMsg_item_wrap {
	padding: 30px 50px;
    height: 400px;
    overflow-y: auto;
}
section.tab2 .cont .chrMsg_wrap .chrMsg_item_wrap .fst_bubble {
    display: inline-block;
	float: left;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #2e2e2e;
	background: #fff;
	border-radius: 50px 50px 50px 0;
}
section.tab2 .cont .chrMsg_wrap .chrMsg_item {margin-bottom: 10px;}
section.tab2 .cont .chrMsg_wrap .chrMsg_item span {
	display: inline-block;
	float: left;
	padding: 0 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	color: #2e2e2e;
	background: #fff;
	border-radius: 50px 50px 50px 0;
}
section.tab2 .cont .chrMsg_wrap .chrMsg_item span.myMsg {
	float: right;
	border-radius: 50px 0 50px 50px;
}
section.tab2 .cont .form_chrMsg_wrap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
section.tab2 .cont .form_chrMsg_wrap>div,
section.tab2 .cont .form_chrMsg_wrap>button {float: left;}
section.tab2 .cont .form_chrMsg_wrap>div {width: calc(100% - 50px);}
section.tab2 .cont .form_chrMsg_wrap .nice-select {
	width: 100%;
	height: 50px;
    line-height: 50px;
	border: none;
	border-radius: 0;
    color: #666;    
}
section.tab2 .cont .form_chrMsg_wrap .nice-select .list {
	top: -304px;
	width: 100%;
	max-height: 300px;
	border: 0;
	border-radius: 0;
    
    overflow-y: scroll;
}
section.tab2 .cont .form_chrMsg_wrap > button {
	display: block;
 	width: 50px;
 	height: 50px;
 	text-indent: -99999px;
 	background: #2e2e2e url(../img/dormi_dm_btn.png) no-repeat center center / 20px auto;
}

/* noti */
.tab2 .noti {
    width: 960px;
    max-width: 960px;
    margin: 100px auto 0px;
    border-radius: 12px;
    background: rgba(0,0,0,0.75);
}
.tab2 .noti .inner {
    padding: 40px; 
    text-align: left;
}
.tab2 .noti .inner .tab2_tit {
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.tab2 .noti .inner ul li { 
    position: relative;   
    margin-bottom: 10px;
    margin-left: 15px;
    
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.tab2 .noti .inner ul li:last-child {margin-bottom: 0;}
.tab2 .noti .inner ul li::before {
    position: absolute;
    left: -10px;
    top: 13px;
    
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #ccc;
}
.tab2 .noti .inner:last-child div ul li {margin-bottom: 5px;}


/* tab5 */
.tab5 {
    width: 100%;
    height: auto;
    padding: 180px 0 100px;
    background-color: #4C65B6;
}
.tab5 .inner .tit {margin-bottom: 40px;}
.tab5 .inner {text-align: center;}
.tab5 .inner .cont1 .gift1,
.tab5 .inner .cont2 .gift1 {margin-bottom: 16px;}
.tab5 .inner .cont1 .gift2,
.tab5 .inner .cont2 .gift2,
.tab5 .inner .cont2 .gift3 {margin-right: 10px;}
.tab5 .inner .cont1 .gift2,
.tab5 .inner .cont1 .gift3,
.tab5 .inner .cont2 .gift2,
.tab5 .inner .cont2 .gift3,
.tab5 .inner .cont2 .gift4 {display: inline-block;}
.tab5 .inner .cont1,
.tab5 .inner .cont2,
.tab5 .inner .cont3 {margin-bottom: 100px;}
.tab5 .inner .cont2 .accent {
    margin-top: 30px;
    
    font-size: 22px;
    color: #ffcc33;
}
.tab5 .inner .cont2 .accent span {
    background: rgba(0,0,0,0.5);
    padding: 0px 4px;
}

/* sub_visual */
.sub_visual {
    position: relative;
    width: 100%;
    height: 450px;    
    padding-top: 80px;
    background-image: url(../img/sub_bg.png);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
.sub_visual .title {padding: 100px 0px 40px;}
.sub_visual .schedule_wrap .schedule_item {position: relative;}
.sub_visual .schedule_wrap .schedule_item::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background-color: #cccccc;
}
.sub_visual .schedule_wrap .schedule_item:last-child::after {display: none;}
.sub_visual .schedule_wrap {
    display: flex;
    justify-content: center;
    
    border-radius: 12px;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: rgba(255, 255, 255, 0.75);
}
.sub_visual .schedule_wrap .schedule_item {
    margin-right: 20px;
    padding-right: 20px;
}
.sub_visual .schedule_wrap .schedule_item:last-child {
    margin-right: 0;
    padding-right: 0;
}
.sub_visual .schedule_wrap .schedule_item::after {height: 15px;}
.sub_visual .schedule_wrap .schedule_item span strong {
    margin-right: 10px;
    font-weight: 500;
    color: #6486F4;
}
.sub_visual .schedule_wrap .schedule_item span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #1e1e1e;
}



/* tooltip */
.tooltip {
    position: relative;
    display: block;
}
.tooltiptext .time_line,
.tooltiptext .diary_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    font-size: 14px;
}
.tooltiptext .time_line .noti,
.tooltiptext .diary_line .noti {
    width: 80px;
    padding: 4px 0px;
    background: #ededed;
    border-radius: 50px;
    
    font-weight: 700;
}
.tooltiptext .diary_line .active {background: #ffcc33;} 
.tooltiptext .time_line {margin-bottom: 10px;}
.tooltip .tooltiptext {    
    visibility: hidden;
    
    position: absolute;
    z-index: 9;    
    
    padding: 15px;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    
    color: #1e1e1e;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip .tooltip_bottom {
    width: 140px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 5px;
}
.tooltip .tooltip_bottom::after {
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-color: transparent transparent #fff transparent;
}


/* noti */
.noti {background: #1e1e1e;}
.noti .inner {
    padding: 80px 100px; 
    text-align: left;
}
.noti .inner .n_tit {
    display: flex;
    align-items: center;
    
    color: #f7f7f7;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.noti .inner .n_tit::before{
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	vertical-align: middle;
    margin-right: 8px;    
    
    background-size: contain;
	background-image: url(../img/icon_notice.png);
}
.noti .inner ul li { 
    position: relative;   
    margin-bottom: 10px;
    margin-left: 15px;
    
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.noti .inner ul li:last-child {margin-bottom: 0;}
.noti .inner ul li::before {
    position: absolute;
    left: -10px;
    top: 13px;
    
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #ccc;
}

/* board */
section.sec01.board {background-color: #fff; padding: 100px 0px;}
section.sec01.board .inner >.title {margin-bottom: 40px; font-size: 40px; font-weight: 700; color: #000;}
section.sec01.board .inner .list_box {position: relative;}
section.sec01.board .inner table {border-top: 1px solid #999;}
section.sec01.board .inner .btn_wrap {display: table; margin: 40px auto 0;}
section.sec01.board .inner button {margin: 0 15px; width: 180px; font-size: 16px; font-weight: 400; line-height: 60px; color: #555; background-color: #e9e9e9; border-radius: 60px;}
section.sec01.board .inner button.btn_submit {color: #fff; background-color: #6486F4}
section.sec01.board .inner .list_box .search_wrap {position: absolute; top: -60px; right: 0;}
section.sec01.board .inner .list_box .search_wrap input {padding: 0 33px 0 15px; width: 300px; height: 40px; font-size: 15px; font-weight: 400; color: #666; border: 1px solid #e9e9e9; background: url(../img/icon_search.png) no-repeat right center/ 38px 18px; border-radius: 10px;}
section.sec01.board .inner .list_box table tr {border-bottom: 1px solid #e9e9e9;}
section.sec01.board .inner .list_box table th, section.sec01.board .list_box table td {padding: 20px; line-height: 1.5;}
section.sec01.board .inner .list_box table th {font-weight: 500; color: #000;}
section.sec01.board .inner .list_box table td, section.sec01.board .list_box table td a {font-size: 16px; font-weight: 400; color: #666;}
section.sec01.board .inner .list_box table td .new_icon {font-size: 14px; font-weight: 700; color: #ff5252;}
section.sec01.board .inner .list_box table td:nth-child(2) {text-align: left;}
section.sec01.board .inner .search_box {position: absolute; top: -64px; right: 0;}
section.sec01.board .inner .search_box input[type=text] {
	padding: 0 38px 0 15px;
	width: 300px;
	font-size: 15px;
	line-height: 40px;
	color: #999;
	background-image: url(img/icon_search.png);
	background-position: 267px center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
section.sec01.board .view_box {text-align: left;}
section.sec01.board .view_box table {width: 100%;}
section.sec01.board .view_box th {
	padding: 25px 0 15px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000;
}
section.sec01.board .view_box tr:nth-child(2),
section.sec01.board .view_box tr:nth-child(3) {border-bottom: 1px solid #e9e9e9;}
section.sec01.board .view_box tr:nth-child(2) td {padding-bottom: 25px;}
section.sec01.board .view_box ul {
	float: left;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}
section.sec01.board .view_box ul::after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background-color: #e9e9e9;
}
section.sec01.board .view_box ul:last-child::after {display: none;}
section.sec01.board .view_box li {
	float: left;
	font-size: 15px;
}
section.sec01.board .view_box li:first-child {
	margin-right: 10px;
	color: #999;
}
section.sec01.board .view_box tr:nth-child(3) td {padding: 25px 0;}

section.sec01.board .view_box tr:nth-child(3) td p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
section.sec01.board .view_box .btn button.edit {background-color: #6486F4;}
section.sec01.board .write_box table {
	text-align: left;
	width: 100%;
}
section.sec01.board .write_box table tr:last-child {border-bottom: 1px solid #e9e9e9;}
section.sec01.board .write_box table th,
section.sec01.board .write_box table td {padding-bottom: 15px;}
section.sec01.board .write_box table th {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	color: #000;
}
section.sec01.board .write_box table tr:first-child th,
section.sec01.board .write_box table tr:first-child td {padding-top: 30px;}
section.sec01.board .write_box table tr:last-child th,
section.sec01.board .write_box table tr:last-child td {padding-bottom: 30px;}
section.sec01.board .write_box table select {
	width: 420px;
	padding: 5px 10px;
    height: 44px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
}
section.sec01.board .write_box table input[type=text] {
	width: 100%;
	margin: 0;
    padding: 5px 10px;
    height: 44px;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    box-sizing: border-box;
}
section.sec01.board .write_box table .chk {
	padding: 30px;
	background-color: #f9f9f9;
	border-radius: 10px;
}
section.sec01.board .write_box table .chk .title {	
	font-size: 16px;
	font-weight: 500;
}
section.sec01.board .write_box table .chk .txt {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
}
section.sec01.board .write_box table .chk .txt li {
	position: relative;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
section.sec01.board .write_box table .chk .txt li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\b7\a0";
	font-size: 15px;
}

/* modal */
.modal_box {
	display: none; 
	position: fixed; 
	top: 0; 
	right: 0;
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.75); 
	z-index: 1000;
    font-weight: 400;
}
.modal_box .modal_wrap {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    
    width: 460px;
    height: auto;
    border-radius: 20px 20px 0px 0px;
    background-color: #fff; 
}
.modal_box .modal_wrap .modal_cont {
    padding: 40px 30px 30px;
    height: 100%;
}
.modal_box .modal_wrap .modal_cont .tit {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #1e1e1e;
    
    margin-bottom: 40px;
}
.modal_box .modal_wrap .modal_cont ul {text-align: left;}
.modal_box .modal_wrap .modal_cont ul li { 
    position: relative;   
    margin-bottom: 10px;
    margin-left: 15px;
    
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.modal_box .modal_wrap .modal_cont ul li strong {
    background: #ffcc334a;
    font-weight: 700;
}
.modal_box .modal_wrap .modal_cont ul li:last-child {margin-bottom: 0;}
.modal_box .modal_wrap .modal_cont ul li::before {
    position: absolute;
    left: -10px;
    top: 13px;
    
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 2px;
    background-color: #1e1e1e;
}
.modal_box .modal_wrap .modal_cont .img {padding: 30px 0px 20px;}
.modal_box .modal_wrap .modal_cont input {
    width: 100%;
    padding: 15px 0px;
    background: #EDEDED;
    border-radius: 8px;
    border: 0px;
    
    text-align: center;
    font-size: 16px;
    color: #666;
}
.modal_box .modal_wrap .modal_cont .modal_footer .btn_modal_close {
	position: absolute;
    bottom: -79px;
    left: 50%;
    transform: translateX(-50%);
    
    width: 460px;
    height: 80px;
    
    font-size: 24px;
    font-weight: 600;
    line-height: 80px;
}
.modal_box.modal_howto .modal_wrap, .modal_box.modal_boardgame .modal_wrap {height: auto;}
.modal_box.modal_howto .modal_wrap .modal_cont .modal_body, .modal_box.modal_boardgame .modal_wrap .modal_cont .modal_body {overflow-y: scroll; height:90%;}

.modal_box.modal_howto .modal_wrap .modal_cont .modal_body img {width: 442px; height: auto;}
.modal_box.modal_howto .modal_wrap .modal_cont .modal_footer .btn_modal_close {
	background-color: #ffcc33;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.modal_box.modal_howto .modal_wrap .modal_cont .modal_footer .btn_modal_close2{
	position: absolute;
	top: -12%;
	right: 0;
	width: 20px;
	height: 20px;
    padding: 20px;
	background-image: url(../img/pop_close_btn.png);
	background-repeat: no-repeat;
    background-position: center;
	text-indent: -9999px;
}

.float.score_box1 {top: 130px; right: 30px;}
.float.score_box1 .score_wrap .title {
    width: 106px;
    height: 106px;
    padding-top: 30px;
    margin-bottom: -20px;     
    border-radius: 70px;  
    
	border: 3px solid rgba(000, 000, 000, 0.06);
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}
.float.score_box1 .score_wrap .title p {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: rgba(0,0,0,0.5);
}
.float.score_box1 .score_wrap .title p strong {
    font-size: 16px; 
    font-weight: 700;
    color: #1e1e1e;
}
.float.score_box1 .score_wrap .score_item {
    z-index: 99;
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: -20px;
    border-radius: 70px;
    
    background-color: #fff;
	border: 3px solid rgba(000, 000, 000, 0.06);
}
.float.score_box1 .score_wrap .score_item.score_time {background-color: #F5EDD4;}
.float.score_box1 .score_wrap .score_item.score_diary {background-color: #C5BA98;}
.float.score_box1 .score_wrap .score_item.score_day {background-color: #59714A;}
.float.score_box1 .score_wrap .score_item.score_day p {color: #fff !important;}
.float.score_box1 .score_wrap .score_item .txt_wrap {
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}
.float.score_box1 .score_wrap .score_item .txt_wrap p {
    white-space: nowrap; 
    font-size: 15px; 
    font-weight: 400; 
    font-weight: 700;
    color: #1e1e1e;
    line-height: 1.3;
}
.float.score_box1 .score_wrap .score_item .txt_wrap p.nunito {font-size: 16px;}
.float.score_box1 .score_wrap .score_item .txt_wrap p strong {font-weight: 700; color: rgba(0,0,0,1);}

/* paging */
.paging_wrap {margin: 20px auto 0;}
.paging_wrap li {
	float: left;
    line-height: 40px;
    min-width: 40px;
    border: none;
	border-radius: 40px;
}
.paging_wrap a:last-child {border: 0;}
.paging_wrap .page_now {background-color: #59714A;}
.paging_wrap .page_now a span {color: #F5EDD4;}


