@charset "utf-8";

/*===================================
서브 페이지 공통 스타일
===================================*/
.topvsl-wrap {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.topvsl-wrap .tit {
    padding: 12.5rem 0 7.5rem;
    font-size: 3.7rem;
    color: #fff;
}

.topvsl-wrap .tit > span {
    padding: 12.5rem 0 7.5rem;
    font-size: 1.5rem;
    color: #fff;
}
.subatcl-area {
    padding-bottom: 6rem;
}
.subatcl-area.fadeInAni.on {
    animation-duration: 0.75s;
    animation-delay: 1s;
}
.spt-l-txt {
    position: relative;
    display: inline-block;
    padding: 0 0.75rem;
}
.spt-l-txt + .spt-l-txt:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 1px;
    height: 0.75rem;
    background-color: #ccc;
}
.bg-figure {
    position: absolute;
}
.tabmenu-box {
    text-align: center;
}
.tabmenu-box ul {
    display: inline-block;
    padding: 4rem 0;
}
.tabmenu-box li {
    cursor: pointer;
}
.tabmenu-box .label {
    position: relative;
    display: inline-block;
    font-family: 'ssokor300', sans-serif;
    font-size: 2rem;
}
.tabmenu-box .label:before {
    position: absolute;
    top: -0.5rem;
    left: -0.75rem;
    content: "";
    width: 8px;
    height: 8px;
    transform: scale(0);
    transition: transform 0.25s;
    background-color: #0098ef;
    border-radius: 100%;
}
.tabmenu-box .label:hover,
.tabmenu-box .label.on {
    color: #0098ef;
}
.tabmenu-box .label:hover:before,
.tabmenu-box .label.on:before {
    transform: scale(1);
}


/*===================================
Keynote
===================================*/
.keynote-contents-box-one {
    padding: 5rem 0;
    overflow: hidden;
}

.keynote-contents-box-one > .keynote-desc {
    width: 60%;
    float: left;
}

.keynote-contents-box-one > .keynote-image {
    width: 34%;
    text-align: right;
    float: right;
}

.keynote-contents-box-two {
    padding: 5rem 0;
    overflow: hidden;
}

.keynote-contents-box-two > .keynote-desc {
    width: 60%;
    float: right;
}

.keynote-contents-box-two > .keynote-image {
    width: 34%;
    text-align: right;
    float: left;
}

.keynote-desc > .name {
    margin-bottom: 20px;
    font-size: 2.7rem;
    color: #0077c8;
}

.keynote-desc > .name > span {
    margin-right: 20px;
    padding: 0.5rem;
    width: 120px;
    height: 40px;
    font-size: 1rem;
    color: #FFF;
    text-align: center;
    background-color: #0077c8;
    vertical-align: top;
    display: inline-block;
}

.keynote-desc > .name.well-come {
    color: #1428a0;
}

.keynote-desc > .name.well-come.eng > span {
    width: 280px;
}

.keynote-desc > .name.well-come > span {
    background-color: #1428a0;
}

.keynote-desc > .rank {
    margin-bottom: 40px;
    font-size: 0.8rem;
    color: #838383;
}

.keynote-desc > .desc {
    margin-bottom: 40px;
    line-height: 25px;
    font-size: 0.8rem;
    color: #838383;
}

.keynote-desc > .announcement {
    font-size: 1.1rem;
    color: #000;
}

.keynote-image > img {
    width: 100%;
}

.bg-white-gray {
    background-color: #f5f6f8;
}

.keynote-video-wrapper {
	margin: 5rem 0;
}

.keynote-video-wrapper .video-title {
	margin-bottom: 2.3rem;
	text-align: center;
}

.keynote-video-wrapper .video-title em {
	margin:0 1.2rem 0 0;
	font-family: 'ssokor700', sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	font-style: normal;
}

.keynote-video-wrapper .video-title .flag {
	display: inline-block;
	width: 5rem;
	height: 2rem;
	margin: 0;
	border-radius: 1rem;
	background-color: #666;
	font-size: 1.2rem;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	vertical-align: top;
}

.keynote-video-wrapper .video-title .flag.live {
	background-color: #ff4337;
}

.keynote-video-wrapper .video {
    position: relative;
    padding-bottom: 56.25%;
}

.keynote-video-wrapper .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.keynote-video-wrapper .video .finished.thanks {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.keynote-video-wrapper .video .finished.thanks ul li {
	font-family: 'ssokor700', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #424242;
	line-height: 1.36;
	text-align: center;
}

.keynote-video-wrapper .video .finished.thanks ul li em {
	display: block;
	margin: 1.1rem 0 4.15rem;
	font-size: 4.2rem;
	font-style: normal;
	color: #00b0f4;
	line-height: 1;
}

.keynote-video-wrapper .video .finished.thanks ul li img {
	width: 2.95rem;
}

.keynote-video-wrapper .video .finished.thanks ul li:last-child {
	line-height: 1.75rem;
}

.keynote-video-wrapper .video .finished.thanks ul li .desc {
	display: block;
	margin-top: 0.55rem;
	color: #00b0f4;
}


/*===================================
Keynote(eng)
===================================*/
.subatcl-area.eng .keynote-video-wrapper .video-title em,
.subatcl-area.eng .keynote-video-wrapper .video .finished.thanks ul li {
	font-family: 'ssSharpSansBold', sans-serif;
}


/*===================================
Registration
===================================*/
.event-info-wrapper {
    position: relative;
    margin-top: 5rem;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #d8efff;
    border: 1px solid #51a4dd;
    border-radius: 5px;
    overflow: hidden;
}

.event-info-wrapper > .event-info {
    padding: 1.8rem 0 1.8rem 2rem;
    width: 60%;
    float: left;
}

.event-info-wrapper > .event-info > .event-info-title {
    margin-bottom: 0.8rem;
    font-size: 1.2rem;
    color: #0077c8;
}

.event-info-wrapper > .event-info > .event-info-title > p {
    font-size: 0.9rem;
    line-height: 1.35; /* zoe0908 추가 */
    color: #000000;
}

.event-info-wrapper > .event-info > .term-info {
    padding-top: 0.8rem;
    font-size: 1.1rem;
    color: #000000;
    display: flex;
}

.event-info-wrapper > .event-info > .term-info > img {
    margin: 0;
    order: 1;
}

.event-info-wrapper > .event-info > .term-info > span {
    margin: 0;
    padding: 0.3rem;
    order: 2;
}

.event-info-wrapper > .event-info > .event-info-append {
    padding-top: 1.5rem;
    font-size: 0.9rem;
    color: #0077c8;
    line-height: 24px;
}

.event-info-wrapper > .desc {
    padding: 0.3rem;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 0.6rem;
    color: #AAAAAA;
}

.event-info-wrapper > .event-info > .event-info-append .btn { /* zoe0908 추가 */
    padding: 2px 0;
    margin-left: 0.5rem;
    width: 5rem;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: center;
    border: 1px solid #0077c8;
}

.event-info-wrapper > .event-image {
    padding: 0.8rem 1rem;
    width: 40%;
    text-align: right;
    float: left;
}

.event-info-wrapper.e2 {
	padding: 3rem 4rem;
	border-radius: 0.25rem;
	border: none;
	background-color: #0077c8;
}

.event-info-wrapper.e2 > .event-info {
	float: none;
	width: auto;
	padding: 0;
}

.event-info-wrapper.e2 > .event-info > .event-info-title {
	margin: -0.1rem 0 2.8rem;
	font-size: 1.7rem;
	color: #fff;
	text-align: center;
}

.event-info-wrapper.e2 > .event-info > .term-info {
	margin-top: 1rem;
	padding-top: 0;
	color: #fff;
}

.event-info-wrapper.e2 > .event-info > .term-info > em {
	flex: none;
	min-width: 7.5rem;
	height: 1.75rem;
	margin: 0 1rem 0 0;
	background-color: #abddff;
	border-radius: 0.875rem;
	font-size: 1rem;
	font-style: normal;
	color: #000;
	line-height: calc(1.75rem - 1px);
	text-align: center;
}

.event-info-wrapper.e2 > .event-info > .term-info > span {
	flex: 1;
	padding: 0.25rem 0 0;
}

.event-info-wrapper.e2 > .event-info > .term-info > span.gift {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.event-info-wrapper.e2 > .event-info > .term-info > span.gift img {
	max-width: 100%;
	margin: -8.5rem 0 -3rem;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc {
	flex: 1;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li {
	position: relative;
	min-height: 4rem;
	margin-top: 1.7rem;
	padding: 0.8rem 0 0 4.55rem;
	background-repeat: no-repeat;
	background-size: 4.05rem auto;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li:after {
	display: block;
	position: absolute;
	bottom: calc(50% - 3.2rem);
	left: 1.425rem;
	width: 1.2rem;
	height: 0.7rem;
	background: url(../images/registration/event2_proc_arr.png) no-repeat;
	background-size: 1.2rem auto;
	content: "";
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li:first-child {
	margin-top: 0;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li:last-child:after {
	display: none;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li.step1 {
	background-image: url(../images/registration/event2_proc_01.png);
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li.step2 {
	background-image: url(../images/registration/event2_proc_02.png);
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li.step3 {
	background-image: url(../images/registration/event2_proc_03.png);
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li .desc {
	display: block;
	position: relative;
	margin-top: 0.4rem;
	padding-left: 0.65rem;
	font-family: 'ssokor400', sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
}

.event-info-wrapper.e2 > .event-info > .term-info > .proc li .desc:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*";
}

.event-info-wrapper.e2 > .event-info > .btn-area {
	max-width: 17rem;
	margin-top: 1.5rem;
}

.event-info-wrapper.e2 > .event-info > .btn-area .btn {
	display: block;
	padding: 1.4rem 0 1.3rem;
	border-radius: 2rem;
	background-color: #ffb546;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #1428a0;
	text-align: center;
}

.registration-info-wrapper {
    margin-top: 5rem;
    text-align: center;
}

.registration-info-wrapper > .info-title {
    margin: 1.5rem 0;
    font-size: 2.2rem;
}

.registration-info-wrapper > .info-content {
    font-size: 1rem;
    line-height: 30px;
}

.registration-info-wrapper > .info-footer {
    margin-top: 1.4rem;
    padding: 0.7rem 0;
    font-size: 1.2rem;
    background-color: #f5f6f8;
    border-radius: 30px;
}

.registration-info-wrapper > .info-footer > span:before{
    content: '|';
    padding: 0.5rem;
    font-size: 1rem;
    color: #aaaaaa;
}

/* 입력 폼 페이지 */
.input-form-wrapper {
    margin-top: 4rem;
}

.input-form .caption {padding-bottom: 20px; margin-bottom: 23px; font-size: 0.8rem; font-weight: 500; color: #0098ef; border-bottom: 2px #0098ef solid; }
.input-form .row { margin: 20px 0; display: table; width: 100%}

.input-form .th,
.input-form .td { display: table-cell; padding: 0; height: 60px; }
.input-form .row.line .th,
.input-form .row.line .td { padding-bottom: 30px; height: auto; border-bottom: 1px #ddd solid; }
.input-form .row.line + .row .th,
.input-form .row.line + .row .td { padding-top: 30px; }

.input-form .th { width: 10%; padding-top: 18px; font-size: 1rem; }
.input-form .th span { display: block; font-size: 16px; }

.input-form .td.offset { display: table-cell; width: 5%;}

.input-form .td { width: 40%;vertical-align: middle; font-size: 1rem}
.input-form .td { display: inline-block; width: 100%; }
.input-form .td input { float: left; width: 100%; height: 100% }
.input-form .td a { float: right; width: 160px; height: 46px; line-height: 44px; font-size: 18px; }
.input-form .td + * { margin-top: 10px; }

.input-form .td .ipd { display: inline-block; width: 100%; height: 100% }
.input-form .td .ipd input { float: left; width: 79%; height: 100% }
.input-form .td .ipd button { float: right; width: 20% }
.input-form .td .ipd button.btn-find-address {background-color: #0077c8; height: 60px; font-size: 1rem; line-height: 60px; color: #FFFFFF}

.input-form .td label { font-size: 15px; font-weight: 300; }
.input-form .td label .radio { vertical-align: -4px; }
.input-form .td label + label { margin-left: 20px; }

.input-form .terms .terms-box { margin-top: 0; }

.input-form-title {
    padding: 1rem 0;
    font-size: 1rem;
}

.input-form-question > textarea.input-textarea {
    padding: 10px 30px;
    width: 100%;
    height: 120px;
    font-size: 0.8rem;
    border-radius: 10px;
}

.agree {
    margin-top: 2rem;
}

.agree-content {
    overflow-y: scroll;
    height: 5rem;
    padding: 1rem 1.75rem;
    font-size: 0.8rem;
    line-height: 25px;
    color: #999;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.form-check {
    cursor: pointer;
}

.form-check input[type="checkbox"] {
    display: none;
}

.form-check .label {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.form-check .label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    border: 2px solid #b5b5b5;
    border-radius: 3px;
    -webkit-transition: transform .25s cubic-bezier(.15,1.05,.54,1.1);
    transition: transform .25s cubic-bezier(.15,1.05,.54,1.1);
    box-sizing: border-box;
}

.form-check input[type="checkbox"]:checked + .label:before {
    left: -5px;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    width: 0.55rem;
    height: 1rem;
    border-top: 0;
    border-left: 0;
    border-color: #333;
    border-radius: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.registration-button-wrapper {
    margin-top: 5rem;
    text-align: center;
}

.registration-button-wrapper > button.btn-registration {
    padding: 0 5rem;
    font-size: 1.2rem;
    background-color: #1428a0;
    color: #FFFFFF;
    border-radius: 40px;
    line-height: 80px;
    height: 80px;
}


/*===================================
Session
===================================*/
.session-info-wrapper {
    margin-top: 5rem;
    text-align: center;
}

.session-info-wrapper > .info-title {
    margin: 1.5rem 0 1rem;
    font-size: 2.2rem;
}

.session-info-wrapper > .info-caution {
	font-size: 0.9rem;
	color: #0077c8;
	text-align: right;
}

.session-time-table-wrapper {
	margin: 2.5rem 0 5rem;
    border-top: 2px solid #0077c8;
}

.session-time-table-wrapper > .time-table > .row-td {
	display: flex;
	padding: 2.25rem 4rem 1rem;
	border-bottom: 1px solid #e3e3e3;
}

.session-time-table-wrapper > .time-table > .row-td > div {
	margin: 0;
}

.session-time-table-wrapper > .time-table > .row-td > div:first-child {
	flex: none;
	width: 23.7623762%;/* case1: grid inner 1010px, case2: grid 1000px → 24% */
	font-size: 1rem;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title {
	display: inline-block;
	position: relative;
	padding-right: 5.75rem;
	font-family: 'ssokor700', sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag {
	display: block;
	position: absolute;
	top: -0.25rem;
	right: 0;
	width: 5rem;
	height: 1.5rem;
	border-radius: 0.75rem;
	border-width: 1px;
	border-style: solid;
	font-family: 'ssokor700', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-align: center;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag.on-air {
	border-color: #ff4337;
	font-family: 'ssSansBold', sans-serif;
	color: #ff4337;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag.replay {
	border-color: #666;
	color: #666;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag.preview {
	border-color: #0077c8;
	color: #0077c8;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer {
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.85rem;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-img {
	display: flex;
	margin: 0 0 1rem;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-img li {
	margin: 0 1rem 0 0;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-img li img {
	width: 105px;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info {
	margin: 0 0 1rem;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile {
	margin-bottom: 1rem;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile li {
	margin-top: 10px;
	font-size: 0.9rem;
	color: #666;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile li:first-child {
	margin-top: 0;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile li em {
	position: relative;
	padding-right: 0.95rem;
	font-style: normal;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile li em:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 0.3rem;
	width: 0.1rem;
	height: 0.7rem;
	background-color: #b2b2b2;
	transform: translateY(-50%);
	content: "";
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > .profile li em.none:after {
	display: none;
}

.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-lecturer > .lecturer-info > a {
    display: inline-block;
    padding: 0.6rem 1.37rem;
    font-size: 0.8rem;
    color: #fff;
    background-color: #0077c8;
    vertical-align: middle;
}

.session-detail-wrapper {
	margin: 2.5rem 0 5rem;
}

.session-detail-wrapper > .session-list-button {
	text-align: right;
}

.session-detail-wrapper > .session-list-button a {
    display: inline-block;
    padding: 0.55rem 0.95rem;
    font-size: 0.9rem;
	font-weight: 600;
    color: #fff;
    background-color: #1428a0;
    vertical-align: middle;
}

.session-detail-wrapper > .detail {
	margin: 2.5rem 0;
	border-top: 2px solid #0077c8;
	border-bottom: 2px solid #0077c8;
}

.session-detail-wrapper > .detail > .session-title {
	display: inline-block;
	position: relative;
	padding: 2.65rem 7rem 2.65rem 0;
	font-size: 1.4rem;
	font-weight: 400;
}

.session-detail-wrapper > .detail > .session-title .flag {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 6rem;
	height: 2rem;
	border-radius: 1rem;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 2rem;
	text-align: center;
	transform: translateY(-50%);
}

.session-detail-wrapper > .detail > .session-title .flag.on-air {
	background-color: #ff4337;
	font-family: 'ssSansBold', sans-serif;
}

.session-detail-wrapper > .detail > .session-title .flag.replay {
	background-color: #666;
}

.session-detail-wrapper > .detail > .session-title .flag.preview {
	background-color: #0077c8;
}

.session-detail-wrapper > .detail > .session-contents {
    padding: 2.5rem 0 5rem;
	border-top: 1px solid #e3e3e3;
}

.session-detail-wrapper > .detail > .session-contents .video {
    position: relative;
	margin-bottom: 2.2rem;
    padding-bottom: 56.25%;
}

.session-detail-wrapper > .detail > .session-contents .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.session-detail-wrapper > .detail > .session-contents .video .finished {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f6f8;
}

.session-detail-wrapper > .detail > .session-contents .video .finished ul li {
	font-size: 1.4rem;
	line-height: 1.36;
	text-align: center;
}

.session-detail-wrapper > .detail > .session-contents .video .finished ul li img {
	width: 4.05rem;
	margin-bottom: 2.7rem;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks {
	background-color: transparent;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li {
	font-family: 'ssokor700', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #424242;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li em {
	display: block;
	margin: 1.1rem 0 4.15rem;
	font-size: 4.2rem;
	font-style: normal;
	color: #00b0f4;
	line-height: 1;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li img {
	width: 2.95rem;
	margin-bottom: 0;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li:last-child {
	line-height: 1.75rem;
}

.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li .desc {
	display: block;
	margin-top: 0.55rem;
	color: #00b0f4;
}

.session-detail-wrapper > .detail > .session-contents > .txt-list .txt { /* 1120 zoe 클래스 수정 */
	margin-bottom: -0.3rem;
	font-size: 0.9rem;
	line-height: 1.6;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer {
	display: flex;
	margin-top: 5rem;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-img {
	flex: none;
	min-width: 105px;
	width: 17.0940170%;/* case1: grid inner 1010px, case2: grid 1000px → 20% */
	margin-right: 1.5rem;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-img img {
	max-width: 100%;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info {
	padding: 1.45rem 0 1.2rem;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer + .session-lecturer > .lecturer-info {
	border-top: none;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:first-child {
	font-family: 'ssokor700', sans-serif;
	font-size: 1rem;
	font-weight: 700;
	color: #000;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:first-child em {
	font-style: normal;
}

.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:last-child {
	margin-top: 0.6rem;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.65;
}

.session-detail-wrapper.after-comment {
	margin-bottom: 0;
}

.session-detail-wrapper.after-comment > .detail {
	margin-bottom: 0;
	border-bottom: none;
}

.video-tab-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2.5rem;
}

.video-tab {
    position: relative;
    margin: 0 1.1rem;
	padding-bottom: 0.1rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: center;
    color: #999;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.video-tab span {
    position: relative;
    z-index: 1;
}

.video-tab.active {
    color: #000;
}

.video-tab.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 6px);
    height: 0.4rem;
    background-color: #0077c8;
}

/* .video-list { 1120 zoe 삭제
    display: none;
} */

.video-list .video:not(:first-child),
.txt-list .txt:not(:first-child) { /* 1120 zoe 추가*/
	display: none;
}

.session-event-contents {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 5rem;
	padding: 2.75rem 4rem 0.75rem;
	border-radius: 0.25rem;
	background-color: #0077c8;
	color: #fff;
}

.session-event-contents .info-area {
	margin: 0;
}

.session-event-contents h3 {
	display: flex;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.7rem;
	font-weight: 700;
}

.session-event-contents h3 .btn {
	flex: none;
	height: 1.5rem;
	margin-left: 1rem;
	padding: 0 1.05rem;
	border: 1px solid #fff;
	font-size: 0.8rem;
	line-height: calc(1.5rem - 2px);
}

.session-event-contents p {
	margin: 0.6rem 0 -0.2rem;
	font-size: 0.9rem;
	line-height: 1.35;
}

.session-event-contents .tip {
	margin: 0.8rem 0 1.8rem;
}

.session-event-contents .tip li {
	position: relative;
	padding-left: 0.7rem;
	font-size: 0.9rem;
	color: #ffb546;
	line-height: 1.35;
}

.session-event-contents .tip li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "*";
}

.session-event-contents .btn-area {
	flex: none;
	width: 17rem;
	margin: 0 0 2rem;
}

.session-event-contents .btn-area .btn {
	display: block;
	padding: 1.4rem 0 1.3rem;
	border-radius: 2rem;
	background-color: #ffb546;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #1428a0;
	text-align: center;
}

.session-event-contents .btn-area .btn.completion {
	background-color: #abddff;
}

.session-event-contents .btn-area .btn.closed {
	background-color: #c8c8c8;
}


/*===================================
Session(eng)
===================================*/
.subatcl-area.eng .session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title,
.subatcl-area.eng .session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag,
.subatcl-area.eng .session-detail-wrapper > .detail > .session-title .flag,
.subatcl-area.eng .session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:first-child,
.subatcl-area.eng .session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li {
	font-family: 'ssSharpSansBold', sans-serif;
}


/*===================================
Comment
===================================*/
.comment-area {
	padding: 5rem 0;
	border-top: 1px solid #e3e3e3;
}

.comment-area .comment-title {
	margin: -0.1rem 0 0.95rem;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1428a0;
}

.comment-area .comment-caution {
	margin-bottom: -0.05rem;
	font-size: 0.9rem;
	color: #ff4337;
}

.comment-area .btn {
	width: 3rem;
	padding: 0.25rem 0 0.2rem;
	border-radius: 0.625rem;
	border: 1px solid #e3e3e3;
	font-size: 0.7rem;
	color: #000;
	text-align: center;
}

.comment-area .btn.primary {
	border-color: #0077c8;
	background-color: #0077c8;
	color: #fff;
}

.comment-area textarea {
	width: 100%;
	padding: 0.5rem 1.5rem;
	border-radius: 0.25rem;
	border-color: #e3e3e3;
	font-size: 0.8rem;
}

.comment-area .session-list-button {
	margin-top: 5rem;
	padding-top: 2.5rem;
	border-top: 2px solid #0077c8;
	text-align: right;
}

.comment-area .session-list-button a {
    display: inline-block;
    padding: 0.55rem 0.95rem;
    font-size: 0.9rem;
	font-weight: 600;
    color: #fff;
    background-color: #1428a0;
    vertical-align: middle;
}

.comment-write {
	margin-top: 1rem;
}

.comment-write textarea {
	height: 6rem;
}

.comment-write .bytes-and-btn {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 1rem;
}

.comment-write .bytes-and-btn .bytes {
	margin: 0 1rem 0 0;
	font-size: 0.8rem;
	color: #999;
}

.comment-write .bytes-and-btn .btn {
	width: 10rem;
	padding: 0.9rem 0 1.0rem;
	border-radius: 0.25rem;
	font-size: 1rem;
}

.comment-list {
	margin-top: 2.5rem;
	border-top: 1px solid #e3e3e3;
}

.comment-list .unit {
	padding-top: 1.5rem;
	border-bottom: 1px solid #e3e3e3;
	font-size: 0.9rem;
}

.comment-list .unit .info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #666;
}

.comment-list .unit .info .writer {
	margin: 0 0 0.5rem;
}

.comment-list .unit .info .writer.lecturer {
	font-family: 'ssokor700', sans-serif;
	font-weight: 700;
	color: #0077c8;
}

.comment-list .unit .info .date {
	position: relative;
	margin: 0 0.5rem 0.5rem 0;
	padding-left: calc(1rem + 2px);
}

.comment-list .unit .info .date:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0.7rem;
	margin: -0.05rem 0 0 0.5rem;
	background-color: #d1d1d1;
	transform: translateY(-50%);
	content: "";
}

.comment-list .unit .info .btn-area {
	display: flex;
	margin: 0 0 0.5rem;
}

.comment-list .unit .info .btn-area .btn {
	margin-left: 0.25rem;
}

.comment-list .unit .info .btn-area .btn:first-child {
	margin-left: 0;
}

.comment-list .unit .content {
	padding-bottom: 1.5rem;
}

.comment-list .unit .content p {
	margin: -0.3rem 0;
	line-height: 1.6;
}

.comment-list .unit.re {
	padding-left: 4rem;
}

.comment-list .unit.modify .info,
.comment-list .unit.re.write .info {
	justify-content: space-between;
}

.comment-list .unit.modify .content,
.comment-list .unit.re.write .content {
	display: flex;
}

.comment-list .unit.modify .content textarea,
.comment-list .unit.re.write .content textarea {
	height: 3rem;
}

.comment-list .unit.modify .content .btn,
.comment-list .unit.re.write .content .btn {
	flex: none;
	width: 10rem;
	margin-left: 0.5rem;
	padding: 0.9rem 0 1.0rem;
	border-radius: 0.25rem;
	font-size: 1rem;
}


/*===================================
Comment(eng)
===================================*/
.comment-area .comment-title,
.comment-list .unit .info .writer.lecturer {
	font-family: 'ssSharpSansBold', sans-serif;
}

.comment-area.eng textarea {
	font-family: 'ssSharpSansRegular', sans-serif;
}

.comment-area.eng .btn {
	min-width: 4rem;
}


/*===================================
Community
===================================*/
.community-info-wrapper {
	margin-top: 2.5rem;
}

.community-info-wrapper {
	margin-bottom: 5rem;
}

.community-info-wrapper > .info-content > .info-caution {
	font-size: 0.9rem;
	color: #0077c8;
	text-align: right;
}
.community-info-wrapper > .info-content > .txt {
	margin-top: 0.45rem;
	font-size: 0.8rem;
	text-align: right;
}

.community-info-wrapper > .info-content > .txt {
	margin-top: 0.45rem;
	font-size: 0.8rem;
	text-align: right;
}

.community-contents-wrapper {
	margin-bottom: 5rem;
}

.community-contents-wrapper > .community-contents > .community-wrap {
	margin-top: 5rem;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 3rem;
	padding: 0.9rem 4rem;
	border-radius: 1.5rem;
	background-color: #f5f6f8;
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .coummity-info {
	background-color: #0077c8;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li {
	margin: 0;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .coummity-info li {
	color: #fff;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:first-child {
	position: relative;
	padding-right: 2.1rem;
	color: #0077c8;
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .coummity-info li:first-child {
	color: #fff;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:first-child:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 2px;
	height: 1rem;
	background-color: #abacad;
	transform: translateY(-50%);
	content: "";
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .coummity-info li:first-child:after {
	background-color: #4da0d9;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:nth-child(2) {
	flex: none;
	width: 9.8rem;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child {
	display: none;
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .coummity-info li:last-child {
	display: block;
	margin-left: 1rem;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag {
	display: block;
	width: 5rem;
	height: 1.5rem;
	margin: -0.15rem 0;
	border-radius: 0.75rem;
	font-family: 'ssokor700', sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.5rem;
	text-align: center;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag.on-air {
	background-color: #ff4337;
	font-family: 'ssSansBold', sans-serif;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag.replay {
	background-color: #666;
}

.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag.preview {
	background-color: #0077c8;
}



.community-contents-wrapper > .community-contents > .community-wrap > .community-list {
	margin-top: 2.5rem;
	border-top: 2px solid #0077c8;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box {
	display: flex;
	align-items: center;
	padding: 1.5rem 6.85rem 1.5rem 4rem;
	border-bottom: 1px solid #e3e3e3;
	background: url(../images/community/community-unfold-arw.png) no-repeat right 4rem center;
	background-size: 1.35rem auto;
	font-size: 0.9rem;
	cursor: pointer;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box.active {
	background-image: url(../images/community/community-fold-arw.png);
	font-family: 'ssokor700', sans-serif;
	font-weight: 700;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box .play {
	flex: none;
	width: 2.05rem;
	height: 2.05rem;
	margin: 0 0 0 1rem;
	background: url(../images/community/community-play-icon.png) no-repeat;
	background-size: cover;
}

.community-contents-wrapper > .community-contents > .community-wrap.active > .community-list > .community > .tit-box .play {
	background-image: url(../images/community/community-play-icon-active.png);
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box {
	display: none;
	padding: 2.7rem 4rem;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fafafb;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .txt {
	font-size: 0.9rem;
	line-height: 1.625;
	letter-spacing: -0.5px;
	word-break: break-word;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer {
	display: flex;
	border-top: 1px solid #e3e3e3;
	margin-top: 1.65rem;
	padding-top: 2rem;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-img {
	flex: none;
	margin: 0 1rem 0 0;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-img li img {
	width: 105px;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info {
	margin: 0;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info > .profile li:first-child {
	font-family: 'ssokor700', sans-serif;
	font-size: 0.9rem;
	font-weight: 700;
	color: #000;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info > .profile li:first-child em {
	font-style: normal;
}

.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info > .profile li:last-child {
	margin-top: 0.6rem;
	font-size: 0.8rem;
	color: #666;
	line-height: 1.65;
}


/*===================================
Community(eng)
===================================*/
.subatcl-area.eng .community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li,
.subatcl-area.eng .community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag,
.subatcl-area.eng .community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box.active,
.subatcl-area.eng .community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info > .profile li:first-child {
	font-family: 'ssSharpSansBold', sans-serif;
}


/*===================================
SOSFest
===================================*/
.sosfest-info-wrapper {
    margin-top: 5rem;
    text-align: center;
}

.sosfest-info-wrapper > .info-title {
    margin: 1.5rem 0 1rem;
    font-size: 2.2rem;
}

.sosfest-info-wrapper > .info-content {
    font-size: 1rem;
    line-height: 30px;
}

.sosfest-event-info-wrapper {
    position: relative;
    margin-top: 2.5rem;
    width: 100%;
    padding: 3rem 4rem;
    background-color: #e5f4fb;
    border-radius: 5px;
}

.sosfest-event-info-wrapper > .event-contents {
    background-color: #FFFFFF;
    border: 1px solid #1683cc;
    box-shadow: 5px 5px #c1ddfb;
    overflow: hidden;
}

.sosfest-event-info-wrapper > .event-contents > .event-info {
    padding: 2.5rem 0 1.8rem 2.8rem;
    width: 55%;
    float: left;
}


.sosfest-event-info-wrapper > .event-contents > .event-info > .event-info-title {
    margin-bottom: 0.8rem;
    font-size: 1.15rem;
    color: #0077c8;
}

.sosfest-event-info-wrapper > .event-contents > .event-info > .event-info-title > p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #000000;
}

.sosfest-event-info-wrapper > .event-contents > .event-info > .event-info-title > p.desc {
    color: #6492af;
}

.sosfest-event-info-wrapper > .event-contents > .event-info > .term-info {
    padding-top: 0.8rem;
    font-size: 1.1rem;
    color: #000000;
}

.sosfest-event-info-wrapper > .event-contents > .event-info > .term-info > img {
    margin: 0;
    display: inline-block;
}

.sosfest-event-info-wrapper > .event-contents > .event-info > .term-info > span {
    margin: 0;
    line-height: 30px;
    display: inline-block;
}

.sosfest-event-info-wrapper > .event-contents > .event-image {
    padding: 1.4rem 1rem;
    width: 45%;
    text-align: center;
    float: left;
}

.join-challenge-wrapper {
    margin-top: 2rem;
    height: 360px;
    background-color: #f5f6f8;
    overflow: hidden;
}

.join-challenge-wrapper > .challenge-info {
    padding: 3.3rem 0 0 4rem;
    width: 50%;
    float: left;
}

.join-challenge-wrapper > .challenge-info > .challenge-title {
    font-size: 2.6rem;
    letter-spacing: 0;
}

.join-challenge-wrapper > .challenge-info > .challenge-desc {
    padding: 0.9rem 0;
    font-size: 1.5rem;
    line-height: 40px;
}

.join-challenge-wrapper > .challenge-info > .join-challenge {
    font-size: 2rem;
}

.join-challenge-wrapper > .challenge-info > .join-challenge > a {
    padding: 0.5rem 1.7rem;
    font-size: 0.85rem;
    color: #FFFFFF;
    background-color: #1428a0;
}


.join-challenge-wrapper > .challenge-image {
    padding: 2rem 4rem 0 0;
    width: 50%;
    float: left;
    overflow: hidden;
}

.join-challenge-wrapper > .challenge-image > img {
    width: 100%;
}

.masters-festival-wrapper {
    margin-top: 4rem;
    position: relative;
}

.masters-festival-wrapper > .festival-header {
    margin-bottom: 1rem;
    font-size: 2.6rem;
    letter-spacing: 0;
}

.masters-festival-wrapper > .festival-header > a {
    margin-left: 1rem;
    padding: 0.5rem 1.6rem;
    font-size: 0.8rem;
    color: #FFFFFF;
    background-color: #1428a0;
    vertical-align: middle;
    display: inline-block;
}

.masters-festival-wrapper > img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents {
    padding: 2rem 0;
    z-index: 1;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .title {
    font-size: 1.5rem;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents {
    margin-top: 1.5rem;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > p {
    font-size: 1rem;
    line-height: 28px;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > p > span {
    font-size: 0.8rem;
    color: #2639a7;
    letter-spacing: 0;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > p > a {
    margin-left: 1.5rem;
    padding: 0.5rem 1.3rem;
    font-size: 0.85rem;
    color: #FFFFFF;
    background-color: #1428a0;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table {
    margin-top: 2rem;
    border-top: 2px solid #0278c8;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > .row-th {
    font-size: 0.8rem;
    border-bottom: 1px solid #ebebeb;
    color: #0278c8;
    overflow: hidden;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > .row-td {
    font-size: 1rem;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > div > div:nth-child(1) {
    width: 28%;
    float: left;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > div > div:nth-child(2) {
    width: 72%;
    float: left;
}

.masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > div > div {
    padding: 1.2rem 1rem 1.2rem 4rem;
}


/*===================================
FAQ
===================================*/
.faq-tab-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}
.faq-tab {
    position: relative;
    margin: 0 1.2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
    text-align: center;
    color: #999;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.faq-tab span {
    position: relative;
    z-index: 1;
}
.faq-tab.active {
    color: #000;
}
.faq-tab.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 105%;
    height: 0.5rem;
    background-color: #0077c8;
}
.faq-wrap {
    padding-bottom: 5rem;
}
.faq-list {
    display: none;
}
.faq-list li {
    border: 1px solid #e3e3e3;
}
.faq-list li + li {
    margin-top: -1px;
}
.faq-list .tit-box {
    padding: 1.5rem 3rem;
    background: url('../images/faq/faq-unfold-arw.png') no-repeat center right 3rem;
    background-size: 1rem;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.faq-list .tit-box.active {
    background: url('../images/faq/faq-fold-arw.png') no-repeat center right 3rem;
    background-size: 1rem;
}
.faq-list .tit {
    display: block;
    position: relative;
    padding-left: 3.5rem;
    font-size: 0.9rem;
    letter-spacing: -0.5px;
}
.faq-list .tit .mark {
    position: absolute;
    left: 0;
    font-size: 1rem;
    color: #0077c8;
}
.faq-list .txt-box {
    display: none;
    padding: 2rem 3rem;
    background-color: #f5f6f8;
    border-top: 1px solid #e3e3e3;
}
.faq-list .txt {
    padding-left: 3.5rem;
    font-size: 0.8rem;
    line-height: 1.625;
    letter-spacing: -0.5px;
    word-break: break-word;
}

/*===================================
개인정보처리방침 (zoe0909 3차 추가)
===================================*/
.term-wrap {
    padding-bottom: 5rem;
}
.term-wrap dl {
    padding-top: 4rem;
}
.term-wrap dl:first-child {
    padding-top: 0;
}
.term-wrap dt {
    padding-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.3;
}
.term-wrap dl:first-child dt {
    padding-bottom: 0;
}
.term-wrap dd {
    font-size: 1rem;
    line-height: 1.6;
}
.term-wrap table {
    table-layout: fixed;
    margin: 1rem 0;
    width: 100%;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.term-wrap th,
.term-wrap td {
    padding: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.4;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.term-wrap th {
    font-weight: 400;
    text-align: center;
    background-color: #f9f9fb;
}
.term-wrap a:hover {
    color: #0098ef;
}


/*===================================
Dim
===================================*/
.dim.common {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


/*===================================
로그인 모달
===================================*/
.modal_wrap.pos_abs.login_modal {
	z-index: 11;
	left: 50%;
	transform: translateX(-50%);
}

.login_modal {
	display: none;
	border: 5px solid #0077c8;
}

.login_modal .close_modal_btn:before,
.login_modal .close_modal_btn:after {
	background-color: #000;
}

.login_modal .tit {
	margin: -0.75rem 0 0.7rem;
	font-size: 2.1rem;
	letter-spacing: 0;
}

.login_modal .tit em {
	font-style: normal;
	color: #141e8c;
}

.login_modal .tit + .txt {
	margin: -0.05rem 0 0.95rem;
}

.login_modal .txt {
	font-size: 1rem;
	color: #111;
}

.login_modal .txt.btn-bottom {
	margin: 0.95rem 0 -0.05rem;
	font-size: 0.9rem;
	color: #666;
}

.login_modal .modal_view {
	padding: 3rem 2.75rem 2rem;
	text-align: center;
}

.login_modal .flx-input-form + .btn {
	display: block;
	max-width: 17rem;
	/*height: 4rem;*/
	margin: 2rem auto 0;
	padding: 1.35rem 0;
	border-radius: 2rem;
	background-color: #1428a0;
	font-family: 'ssokor700', sans-serif;
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
}

.flx-input-form li {
	display: flex;
	align-items: center;
	margin-top: 0.5rem;
}

.flx-input-form li:first-child {
	margin-top: 0;
}

.flx-input-form li .th {
	flex: none;
	width: 4rem;
	margin: 0;
	font-size: 1rem;
	text-align: left;
}

.flx-input-form input[type=text],
.flx-input-form input[type=password] {
	flex: 1;
	height: 3rem;
	border-radius: 0.25rem;
	border-color: #e3e3e3;
	font-size: 0.8rem;
}

/*===================================
미디어쿼리
===================================*/
/* desktap less than 1400px
======================================*/
@media screen and (max-width: 1400.98px) {


}
/* desktap less than 1123px
======================================*/
@media screen and (max-width: 1123.98px) {

    /*===================================
    Registration
    ===================================*/
	.event-info-wrapper.e2 > .event-info > .term-info > span.gift {
		display: block;
	}

	.event-info-wrapper.e2 > .event-info > .term-info > span.gift img {
		display: block;
		margin: 1rem 0 0;
	}
}
/* iPad in portrait, landscape phones, less than 768px
======================================*/
@media screen and (max-width: 1023.98px) {

    /*===================================
    Registration
    ===================================*/
    .event-info-wrapper {
        padding: 1rem 1rem;
    }

    .event-info-wrapper > .event-info {
        padding: 1.8rem 1rem;
        width: 100%;
        text-align: center;
    }

    .event-info-wrapper > .event-info > .term-info {
        justify-content: center;
    }

    .event-info-wrapper > .event-info > .term-info > span {
        padding: 0.5rem;
    }

    .event-info-wrapper > .event-image {
        width: 100%;
        text-align: center;
    }

    .event-info-wrapper > .desc {
        position: relative;
    }

	.event-info-wrapper.e2 {
		padding: 3rem 2rem;
	}

	.event-info-wrapper.e2 > .event-info {
		text-align: left;
	}


    /*===================================
    Keynote
    ===================================*/

    .keynote-desc > .name > span {
        padding: 0.6rem;
    }


	/*===================================
	Session
	===================================*/
	.session-time-table-wrapper > .time-table > .row-td {
		padding: 2.25rem 2rem 1rem;
	}

	.session-time-table-wrapper > .time-table > .row-td > div:first-child {
		padding-right: 2rem;
	}

	.session-detail-wrapper > .detail > .session-contents .video .finished ul li img {
		width: 14.0170940%;
	}

	.session-event-contents {
		padding: 2.75rem 2rem 0.75rem;
	}

	.session-event-contents .btn-area {
		margin: 0 auto 2rem;
	}


	/*===================================
	Community
	===================================*/
	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info {
		padding: 0.9rem 2rem;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box {
		padding: 1.5rem 4.85rem 1.5rem 2rem;
		background-position: right 2rem center;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box {
		padding: 2.7rem 2rem;
	}


    /*====================================
    SOSFest
    ======================================*/
    .sosfest-event-info-wrapper > .event-contents > .event-info {
        padding: 2rem;
        width: 100%;
        text-align: center;
        float: none;
    }

    .sosfest-event-info-wrapper > .event-contents > .event-info > .term-info > img {
        margin: 0 auto;
        display: block;
    }

    .sosfest-event-info-wrapper > .event-contents > .event-info > .term-info > span {
        margin-top: 0.6rem;
        line-height: 25px;
        display: block;
    }

    .sosfest-event-info-wrapper > .event-contents > .event-image {
        padding: 1.4rem 1rem;
        width: 100%;
        text-align: center;
        float: none;
    }

    .sosfest-event-info-wrapper > .event-contents > .event-image > img {
        width: 60%;
    }

    .join-challenge-wrapper > .challenge-info {
        padding: 3.3rem 0 0 1rem;
        width: 60%;
    }

    .join-challenge-wrapper > .challenge-image {
        padding: 2rem 1rem 0 0;
        width: 40%;
    }

    .masters-festival-wrapper > img {
        position: relative;
        padding: 5rem;
        width: 100%;
    }

    .masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > div > div {
        padding: 1.2rem 1rem 1.2rem 2rem;
    }
}
/* less than 768px
======================================*/
@media screen and (max-width: 768.98px) {

    /*===================================
    Keynote
    ===================================*/
	.keynote-video-wrapper .video .finished.thanks {
		position: static;
		margin-bottom: -56.25%;
	}


	/*===================================
	Session
	===================================*/
	.session-detail-wrapper > .detail > .session-contents .video .finished.thanks {
		position: static;
		margin-bottom: -56.25%;
		/*padding: 7.3rem 2rem 7.4rem;*/
	}
}
/* mobile
======================================*/
@media screen and (max-width: 575.98px) {

    /*===================================
    서브 페이지 공통 스타일
    ===================================*/
    .topvsl-wrap .tit {
        padding: 5rem 0 3rem;
        font-size: 2.4rem;
    }
    .subatcl-area {
        padding-bottom: 6rem;
    }
    .bg-figure {
        display: none;
    }
    .tabmenu-box ul {
        display: block;
        padding: 1.75rem 0;
    }
    .tabmenu-box li {
        padding: 0 !important;
        text-align: center;
    }
    .tabmenu-box .label {
        font-size: 1.2rem;
    }
    .tabmenu-box .label:before {
        width: 5px;
        height: 5px;
    }


    /*===================================
    Registration
    ===================================*/
    .event-info-wrapper > .event-info > .term-info {
        text-align: center;
        display: block;
    }

    .event-info-wrapper > .event-info > .term-info > span {
        display: block;
    }

    .event-info-wrapper.e2 > .event-info > .term-info {
        display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 2rem;
    }

	.event-info-wrapper.e2 > .event-info > .term-info > em {
		margin: 0 0 1rem 0;
	}

	.event-info-wrapper.e2 > .event-info > .term-info > .proc li {
		text-align: left;
	}

	.event-info-wrapper.e2 > .event-info > .term-info .linebreak575 {
		display: block;
	}

    .registration-info-wrapper > .info-title {
        margin: 1.5rem 0;
        font-size: 2rem;
    }

    .registration-info-wrapper > .info-footer {
        padding: 0.7rem 2rem;
        font-size: 1rem;
        text-align: left;
    }

    .registration-info-wrapper > .info-footer > span:before {
        padding: 0;
        content: '';
        display: block;
    }

    .input-form { margin: 40px auto 0; width: 100%; }
    .input-form .caption { padding-bottom: 15px; margin-bottom: 15px; }
    .input-form .row { margin: 10px 0; display: table; width: 100%}

    .input-form .th,
    .input-form .td { display: table-cell; padding: 0; height: 37px; }
    .input-form .row.line .th,
    .input-form .row.line .td { padding-bottom: 30px; height: auto; border-bottom: 1px #ddd solid; }
    .input-form .row.line + .row .th,
    .input-form .row.line + .row .td { padding-top: 30px; }

    .input-form .th { width: 20%; padding-top: 18px; font-size: 15px; }
    .input-form .th span { display: block; font-size: 16px; }

    .input-form .td.offset { display: table-cell; width: 5%;}

    .input-form .td { width: 80%; }
    .input-form .td { display: inline-block; width: 100%; }
    .input-form .td input { float: left; width: 100%; }
    .input-form .td a { float: right; width: 36%; height: 46px; line-height: 44px; font-size: 18px; }
    .input-form .td + * { margin-top: 10px; }

    .input-form .td .ipd { display: inline-block; width: 100%; height: 100% }
    .input-form .td .ipd input { float: left; width: 68%; }
    .input-form .td .ipd button { float: right; width: 30%;}
    .input-form .td .ipd button.btn-find-address {height: 37px; line-height: 37px;}

    .input-form .td label { font-size: 15px; font-weight: 300; }
    .input-form .td label .radio { vertical-align: -4px; }
    .input-form .td label + label { margin-left: 20px; }

    .input-form-title {
        font-size: 0.8rem;
    }

    .registration-button-wrapper > button.btn-registration {
        line-height: 70px;
        height: 70px;
    }

    .event-info-wrapper > .event-image > img {
        width: 100%;
    }


    /*===================================
    Keynote
    ===================================*/
    .keynote-contents-box-one > .keynote-desc {
        width: 100%;
    }

    .keynote-contents-box-one > .keynote-image {
        margin-bottom: 20px;
        width: 100%;
    }

    .keynote-contents-box-two > .keynote-desc {
        width: 100%;
    }

    .keynote-contents-box-two > .keynote-image {
        margin-bottom: 20px;
        width: 100%;
    }

    .keynote-desc > .name > span {
        padding: 0.8rem;
    }

	.keynote-video-wrapper .video-title {
		text-align: left;
	}

	.keynote-video-wrapper .video-title em {
		margin-right: 0;
	}

	.keynote-video-wrapper .video-title .flag {
		display: block;
		margin: 1rem 0 0;
	}


	/*===================================
	Session
	===================================*/
	.session-time-table-wrapper > .time-table > .row-td {
		padding: 2.25rem 0.5rem 1rem;
	}

	.session-time-table-wrapper > .time-table > .row-td > div:first-child {
		padding-right: 0.5rem;
	}

	.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title {
		display: block;
		padding-right: 0;
	}

	.session-time-table-wrapper > .time-table > .row-td > div:last-child > .session-summary > .session-title .flag {
		position: static;
		margin: 0.5rem 0 0;
	}

	.session-detail-wrapper > .detail > .session-title {
		display: block;
		padding-right: 0;
	}

	.session-detail-wrapper > .detail > .session-title .flag {
		position: static;
		margin: 1rem 0 0;
		transform: none;
	}

	.session-detail-wrapper > .detail > .session-contents > .session-lecturer {
		display: block;
		position: relative;
	}

	.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-img {
		position: absolute;
		top: 1.5rem;
		left: 0;
	}

	.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:first-child {
		height: 105px;
		padding-left: calc(105px + 0.5rem);
	}

	.session-detail-wrapper > .detail > .session-contents > .session-lecturer > .lecturer-info > .profile li:first-child em {
		display: block;
		margin-bottom: 0.5rem;
	}

	.session-detail-wrapper > .detail > .session-contents .video .finished ul li {
		font-size: 1rem;
	}

	.session-detail-wrapper > .detail > .session-contents .video .finished ul li img {
		margin-bottom: 1rem;
	}

	.session-event-contents h3 {
		flex-wrap: wrap;
	}

	.session-event-contents .btn-area {
		flex: 1;
	}

	.session-event-contents .btn-area .btn {
		max-width: 17rem;
		margin: 0 auto;
	}


	/*===================================
	Comment
	===================================*/
	.comment-area textarea {
		padding: 0.5rem;
	}

	.comment-list .unit.re {
		padding-left: 2rem;
	}

	.comment-list .unit.modify .content .btn,
	.comment-list .unit.re.write .content .btn {
		width: 5rem;
	}


	/*===================================
	Community
	===================================*/
	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info {
		flex-direction: column;
		padding: 0.9rem 0.5rem;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:first-child {
		padding-right: 0;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:first-child:after {
		display: none;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:nth-child(2) {
		margin-top: 0.45rem;
		width: 100%;
		text-align: center;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .coummity-info li:last-child .flag {
		margin: 0.5rem 0 0;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .tit-box {
		padding: 1.5rem 3.35rem 1.5rem 0.5rem;
		background-position: right 0.5rem center;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box {
		padding: 2.7rem 0.5rem;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer {
		flex-direction: column;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-img {
		margin-right: 0;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info {
		margin-top: 1rem;
	}

	.community-contents-wrapper > .community-contents > .community-wrap > .community-list > .community > .txt-box > .session-lecturer > .lecturer-info > .profile li:first-child em {
		display: block;
		margin-bottom: 0.5rem;
	}


    /*===================================
    SOSFest
    ===================================*/
    .sosfest-event-info-wrapper {
        padding: 2rem 1rem;
    }

    .sosfest-event-info-wrapper > .event-contents > .event-image > img {
        width: 80%;
    }

    .join-challenge-wrapper {
        height: auto;
    }

    .join-challenge-wrapper > .challenge-info {
        padding: 2rem 0 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .join-challenge-wrapper > .challenge-image {
        padding: 2rem 0 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    .join-challenge-wrapper > .challenge-image > img {
        width: 80%;
    }

    .masters-festival-wrapper {
        margin-bottom: 5rem;
    }

    .masters-festival-wrapper > img {
        position: relative;
        padding: 2rem;
        width: 100%;
    }

    .masters-festival-wrapper > .festival-header {
        font-size: 2.2rem;
    }

    .masters-festival-wrapper > .festival-header > a {
        margin-left: 0;
    }

    .masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .title {
        font-size: 1.3rem;
    }

    .masters-festival-wrapper > .festival-contents-wrapper > .festival-contents > .contents > .festival-table > div > div {
        padding: 1.2rem 0.5rem 1.2rem 0.5rem;
    }

    /*===================================
    FAQ
    ===================================*/
    .faq-list .tit-box {
        padding: 1.5rem;
        background-position: center right 1.5rem;
    }
    .faq-list .tit-box.active {
        background-position: center right 1.5rem;
    }
    .faq-list .tit {
        padding-left: 2rem;
        font-size: 1rem;
        line-height: 1.3;
    }
    .faq-list .tit .mark {
        font-size: 1.1rem;
    }
    .faq-list .txt-box {
        padding: 1.5rem 1.5rem 1.5rem 3.5rem;
    }
    .faq-list .txt {
        padding-left: 0;
        font-size: 0.9rem;
    }
}
/* less than 470px
======================================*/
@media screen and (max-width: 470.98px) {

	/*===================================
	Session
	===================================*/
	.session-event-contents h3 .btn {
		margin: 0.75rem 0 0.2rem;
	}
}
/* less than 414px
======================================*/
@media screen and (max-width: 414.98px) {

	/*===================================
	Keynote
	===================================*/
	.keynote-video-wrapper .video .finished.thanks ul li em {
		font-size: 3.1rem;
	}

	.keynote-video-wrapper .video .finished.thanks ul li {
		font-size: 1.05rem;
	}


	/*===================================
	Session
	===================================*/
	.session-event-contents h3 .btn {
		margin: 0.75rem 0 0.2rem;
	}

	.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li em {
		font-size: 3.1rem;
	}

	.session-detail-wrapper > .detail > .session-contents .video .finished.thanks ul li {
		font-size: 1.05rem;
	}
}