@charset "UTF-8";

.contents .desc {letter-spacing: -0.3px;}
.videoWrap .inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
}
.videoWrap .inner iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
/*미디어쿼리*/
.visible-n,
.visible-t,
.visible-m {display: none;}

.visible-pc {display: block;}
.hidden-pc {display: none;}

@media all and (max-width: 1200px) {
    .visible-n {display: block;}
    .hidden-n {display: none;}
}
@media all and (max-width: 1024px) {
    .visible-t {display: block;}
    .hidden-t {display: none;}
}
@media all and (max-width: 767px) {
    .visible-m {display: block;}
    .hidden-m {display: none;}
}


/*seminar251116*/
#seminar251116 #intro {text-align: center;}
#seminar251116 #intro .title h2 {margin-bottom: 15px;}
#seminar251116 #intro .title p {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 40px;
    text-align: center;
}
#seminar251116 #intro .desc .marginBottom {
    margin-bottom: 20px;
    text-align: center;
    color: #002d73;
}
#seminar251116 #intro .date {
    background: #f4f5fb;
    padding: 10px 25px;
    display: inline-block;
}
#seminar251116 #intro .date img {
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 44px;
    margin-right: 10px;
}
#seminar251116 #intro .date b {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 900;
    color: #002d73;
    text-align: left;
}
#seminar251116 #intro .date b span {
    font-weight: 500;
    font-size: 24px;
}
#seminar251116 #intro .subTxt {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}
#seminar251116 #intro .bottomTxt {
    font-size: 30px;
    font-weight: bold;
    text-decoration: underline;
    color: #002d73;
    margin-top: 80px;
}
#seminar251116 #point {padding: 0;}
#seminar251116 #point > div {padding: 120px 0;}
#seminar251116 #point > div:nth-child(odd) {background: #f5f8fc;}
#seminar251116 #point .title {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#seminar251116 #point .title .pointBox {
    width: 82px;
    height: 82px;
    border-radius: 5px;
    padding: 5px;
    background: #002d73;
}
#seminar251116 #point .title .pointBox > div {
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 3px;
    padding: 10px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
}
#seminar251116 #point .title .pointBox p {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1;
}
#seminar251116 #point .title .pointBox b {
    display: block;
    font-size: 30px;
    line-height: 1;
}
#seminar251116 #point .title h3 {
    text-align: left;
    margin: 0;
    width: calc(100% - 82px);
    padding-left: 30px;
    color: #111;
    font-weight: bold;
}
#seminar251116 #point .title h3 span {color: #002d73;}
#seminar251116 #point .boxWrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #point .box {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
#seminar251116 #point .box:last-child {margin-right: 0;}
#seminar251116 #point .box .txt {padding: 40px;}
#seminar251116 #point .box .txt h4 {
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: start;
    padding-bottom: 20px;
    margin: 0 0 30px;
}
#seminar251116 #point .box .txt h4 b {
    font-size: 24px;
    padding-left: 12px;
    margin-top: -5px;
    word-break: keep-all;
}
#seminar251116 #point .box .desc {letter-spacing: -1px}
#seminar251116 #point .box .img img {
    max-width: none;
    width: 100%;
}
#seminar251116 #point .bottomWrap {margin-top: 100px;}
#seminar251116 #point .bottomWrap h4 {
    font-size: 30px;
    color: #002d73;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    word-break: keep-all;
}


#seminar251116 #point .point02 .box {
    width: calc((100% - 40px)/3);
    background: #f5f5f5;
    box-shadow: none;
    display: block;
}
#seminar251116 #point .point02 .box h4 {
    background: #5b5f65;
    padding: 20px;
    text-align: center;
    margin: 0;
    word-break: keep-all;
}
#seminar251116 #point .point02 .box h4 b {
    font-size: 24px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
#seminar251116 #point .point02 .box h4 span {
    display: inline-block;
    background: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    color: #666;
    font-weight: 600;
}
#seminar251116 #point .point02 .box .listTypeA li {
    border-bottom: 1px solid #ddd;
    padding: 30px;
}
#seminar251116 #point .point02 .box .listTypeA li:last-child {border-bottom: none;}
#seminar251116 #point .point02 .box .listTypeA li p {
    font-weight: bold;
    font-size: 20px;
    color: #666;
}
#seminar251116 #point .point02 .box .listTypeA li p .desc {
    font-weight: normal;
    display: block;
    margin-top: 10px;
    color: #111;
    letter-spacing: -1px;
}
#seminar251116 #point .point02 .box .listTypeA li p .desc b {color: #111;}
#seminar251116 #point .point02 .box:first-child {
    border: 4px solid #002d73;
    background: #fff;
}
#seminar251116 #point .point02 .box:first-child h4 {background: #002d73}
#seminar251116 #point .point02 .box:first-child h4 span {color: #002d73;}
#seminar251116 #point .point02 .box:first-child .listTypeA li p {color: #002d73;}
#seminar251116 #point .point03 {background: #f5f5f5 !important;}
#seminar251116 #point .point03 .box {width: calc((100% - 40px)/3);}
#seminar251116 #point .point04 .box {
    width: calc((100% - 40px)/3);
    background: #f5f8fc;
    box-shadow: none;
    display: block;
    text-align: center;
    padding: 40px;
}
#seminar251116 #point .point04 .box h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 25px 0 40px;
    word-break: keep-all;
}
#seminar251116 #point .point05 .box {width: calc((100% - 40px)/3);}
#seminar251116 #point .point06 .stepWrap {margin-top: 50px;}
#seminar251116 #point .point06 .stepWrap > div {
    margin-bottom: 30px;
    padding: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    border-top: 5px solid #00a3b5;
}
#seminar251116 #point .point06 .stepWrap > div:last-child {margin-bottom: 0;}
#seminar251116 #point .point06 .boxTitle {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
#seminar251116 #point .point06 .boxTitle .step {
    font-size: 18px;
    width: 90px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #00a3b5;
    border-radius: 32px;
    font-weight: bold;
}
#seminar251116 #point .point06 .boxTitle h4 {
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size: 30px;
    margin: -5px 0 0;
    font-weight: bold;
}
#seminar251116 #point .point06 .boxTitle h4 span {color: #00a3b5;}
#seminar251116 #point .point06 .boxWrap {margin-top: 30px;}
#seminar251116 #point .point06 .bottomWrap ul {
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #point .point06 .bottomWrap ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    width: calc((100% - 180px)/4);
    margin-right: 60px;
    position: relative;
}
#seminar251116 #point .point06 .bottomWrap ul li:last-child {margin-right: 0;}
#seminar251116 #point .point06 .bottomWrap ul li::after {
    content: "";
    background: url(/img/custom/arrow_circle.svg) center / cover no-repeat;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 110px;
    right: -40px;
}
#seminar251116 #point .point06 .bottomWrap ul li:last-child::after {content: none;}
#seminar251116 #point .point06 .bottomWrap ul li .inner {
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    background: #002d73;
    width: 100%;
    min-height: 245px;
}
#seminar251116 #point .point06 .bottomWrap ul li .inner .number {
    width: 50px;
    height: 50px;
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    margin: 0 auto 25px;
}
#seminar251116 #point .point06 .bottomWrap ul li .inner .number div {
    border: 1px solid #002d73;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #002d73;
    width: 100%;
    height: 100%;
}
#seminar251116 #point .point06 .bottomWrap ul li .inner p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
#seminar251116 #point .point06 .bottomWrap ul li .result {
    width: 100%;
    text-align: center;
}
#seminar251116 #point .point06 .bottomWrap ul li .result img {
    max-width: 185px;
    margin: 10px auto 15px;
}
#seminar251116 #point .point06 .bottomWrap ul li .result p {
    font-size: 22px;
    color: #4c4d4f;
    font-weight: bold;
}
#seminar251116 #point .point06 .bottomWrap ul li:first-child .inner {background: #3daaf4;}
#seminar251116 #point .point06 .bottomWrap ul li:first-child .inner .number div {
    border: 1px solid #3daaf4;
    color: #3daaf4;
}
#seminar251116 #point .point06 .bottomWrap ul li:nth-child(2) .inner {background: #0a65c0;}
#seminar251116 #point .point06 .bottomWrap ul li:nth-child(2) .inner .number div {
    border: 1px solid #0a65c0;
    color: #0a65c0;
}
#seminar251116 #point .point06 .bottomWrap ul li:nth-child(3) .inner {background: #0455a5;}
#seminar251116 #point .point06 .bottomWrap ul li:nth-child(3) .inner .number div {
    border: 1px solid #0455a5;
    color: #0455a5;
}
#seminar251116 #point .point06 .bottomWrap .desc {margin-top: 50px;}
#seminar251116 #point .point06 .bottomWrap .desc strong {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
#seminar251116 #point .point06 .videoWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
#seminar251116 #point .point06 .videoWrap > div {
    width: calc((100% - 40px)/2);
    margin-right: 40px;
}
#seminar251116 #point .point06 .videoWrap > div:last-child {margin-right: 0;}
#seminar251116 #seminar {background: url(/img/custom/seminar251116_seminar_bg.jpg) center / cover no-repeat;}
#seminar251116 #seminar .title h3 {color: #fff;}
#seminar251116 #seminar .topWrap {
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #seminar .box {
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 50px;
}
#seminar251116 #seminar .box .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 60px;
    border-radius: 0 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4b80b6;
}
#seminar251116 #seminar .box strong {
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}
#seminar251116 #seminar .box .date p {
    background: #edeff2;
    padding: 5px 20px;
    border-radius: 50px;
    font-weight: bold;
    color: #4b80b6;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
}
#seminar251116 #seminar .box .date span {
    font-size: 20px;
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
#seminar251116 #seminar .box.mint .number {background: #00a3b5;}
#seminar251116 #seminar .box.mint .date p {color: #00a3b5;}
#seminar251116 #seminar .topWrap {margin-bottom: 50px;}
#seminar251116 #seminar .topWrap .box {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    text-align: center;
}
#seminar251116 #seminar .topWrap .box:last-child {margin-right: 0;}
#seminar251116 #seminar .topWrap .box .txt > p {
    font-size: 24px;
    font-weight: 500;
}
#seminar251116 #seminar .bottomWrap .box {
    margin-bottom: 20px;
    padding-top: 80px;
}
#seminar251116 #seminar .bottomWrap .box:last-child {margin-bottom: 0;}
#seminar251116 #seminar .bottomWrap .box .desc {margin: 40px 0;}
#seminar251116 #seminar .bottomWrap .innerBox > div {
    background: #f5f5f5;
    border-radius: 10px;
    border-left: 5px solid #4b80b6;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
}
#seminar251116 #seminar .bottomWrap .innerBox > div:last-child {margin-bottom: 0;}
#seminar251116 #seminar .bottomWrap .innerBox h4 {
    width: 20%;
    padding-right: 30px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #4b80b6;
}
#seminar251116 #seminar .bottomWrap .innerBox h4 span {
    font-size: 18px;
    font-weight: bold;
    color: #666;
    display: block;
    margin-top: 5px;
}
#seminar251116 #seminar .bottomWrap .innerBox ul {
    width: 80%;
    padding-left: 50px;
    border-left: 1px solid #ddd;
}
#seminar251116 #seminar .bottomWrap .innerBox .listTypeA li {margin-bottom: 3px;}
#seminar251116 #seminar .bottomWrap .innerBox .listTypeA li::before {background: #4b80b6;}
#seminar251116 #seminar .bottomWrap .innerBox .listTypeA li p {font-weight: 500;}
#seminar251116 #seminar .bottomWrap .guestList {
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #seminar .bottomWrap .guestList li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}
#seminar251116 #seminar .bottomWrap .guestList li:last-child {margin-right: 0;}
#seminar251116 #seminar .bottomWrap .guestList li img {width: 29px;}
#seminar251116 #seminar .bottomWrap .guestList li h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 25px;
}
#seminar251116 #seminar .bottomWrap .guestList li .desc {margin: 0;}
#seminar251116 #seminar .bottomWrap .mint .innerBox > div {border-left: 5px solid #00a3b5;}
#seminar251116 #seminar .bottomWrap .mint .innerBox h4 {color: #00a3b5;}
#seminar251116 #seminar .bottomWrap .mint .innerBox .listTypeA li::before {background: #00a3b5;}
#seminar251116 #highlight .boxWrap {
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #highlight .boxWrap > div {
    width: calc((100% - 60px) / 4);
    background: #f5f8fc;
    text-align: center;
    padding: 40px 30px;
    margin-right: 20px;
}
#seminar251116 #highlight .boxWrap > div:last-child {margin-right: 0;}
#seminar251116 #highlight .boxWrap h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 25px 0 40px;
    word-break: keep-all;
}
#seminar251116 #target {padding: 0;}
#seminar251116 #target ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
#seminar251116 #target ul li {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    min-height: 180px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
#seminar251116 #target ul li:nth-child(2n) {margin-right: 0;}
#seminar251116 #target ul li p {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
#seminar251116 #target .result {
    text-align: center;
    margin-top: 40px;
}
#seminar251116 #target .result strong {
    font-size: 30px;
    color: #666;
    font-style: italic;
    display: block;
    margin-top: 20px;
}
#seminar251116 #target .result strong span {color: #002d73;}
#seminar251116 #benefit ul li {
    background: #f5f5f5;
    border-radius: 5px;
    border-left: 5px solid #002d73;
    padding: 15px 30px;
    margin-bottom: 10px;
}
#seminar251116 #benefit ul li:last-child {margin-bottom: 0;}
#seminar251116 #benefit ul li p {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
}

#seminar251116 #apply {
    background: #f5f8fc;
    padding: 80px 0;
}
#seminar251116 #apply h4 {margin: 0 0 50px;}
#seminar251116 #apply h4::before {
    content: "";
    background: #002d73;
    width: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
#seminar251116 #apply h4 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 20px);
}
#seminar251116 #apply .boxWrap {
    display: flex;
    flex-wrap: wrap;
}
#seminar251116 #apply .txt {
    width: 70%;
    padding: 40px;
    background: #fff;
}
#seminar251116 #apply .txt .title p {margin: 0;}
#seminar251116 #apply .txt .title p strong {margin-top: 0;}
#seminar251116 #apply .txt ul li {
    font-size: 16px;
    margin-bottom: 25px;
}
#seminar251116 #apply .txt ul li:last-child {margin-bottom: 0;}
#seminar251116 #apply .btnWrap {
    width: 30%;
}
#seminar251116 #apply .btnWrap a {
    display: block;
    height: 100%;
    background: #002d73;
    position: relative;
    transition: all 0.3s;
}
#seminar251116 #apply .btnWrap .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    font-size: 0;
    display: block;
    text-align: center;
}
#seminar251116 #apply .btnWrap .inner .img {
    background: url(/img/custom/document_y.svg) no-repeat center;
    background-size: cover;
    width: 41px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#seminar251116 #apply .btnWrap .inner span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #ffc000;
    text-align: left;
}
#seminar251116 #apply .btnWrap a:hover {background: #ffc000;}
#seminar251116 #apply .btnWrap a:hover .inner .img {
    background: url(/img/custom/document_b.svg) no-repeat center;
    background-size: cover;
}
#seminar251116 #apply .btnWrap a:hover span {color: #002d73;}
#seminar251116 #location .at-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#seminar251116 #location h4 {margin: 0 0 50px;}
#seminar251116 #location h4::before {
    content: "";
    background: #002d73;
    width: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
#seminar251116 #location h4 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 20px);
}
#seminar251116 #location h4 {width: 100%;}
#seminar251116 #location .left {width: 58%;}
#seminar251116 #location .left .root_daum_roughmap {width: 100% !important;}
#seminar251116 #location .right {
    width: 42%;
    padding-left: 80px;
}
#seminar251116 #location .right strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #002d73;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#seminar251116 #location .right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#seminar251116 #location .right ul li img {max-width: 16px;}
#seminar251116 #location .right ul li span {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}

@media all and (max-width: 1024px) {
    #seminar251116 #highlight .boxWrap > div {
        width: calc((100% - 20px) / 2);
        margin-bottom: 20px;
    }
    #seminar251116 #highlight .boxWrap > div:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width: 991px) {
    #seminar251116 #point .box .img {min-height: 400px;}
    #seminar251116 #point .point02 .box,
    #seminar251116 #point .point03 .box,
    #seminar251116 #point .point04 .box,
    #seminar251116 #point .point05 .box {
        width: 100%;
        margin: 0 0 20px;
    }
    #seminar251116 #point .point02 .box:last-child,
    #seminar251116 #point .point03 .box:last-child,
    #seminar251116 #point .point04 .box:last-child,
    #seminar251116 #point .point05 .box:last-child {margin-bottom: 0;}
    #seminar251116 #point .point06 .bottomWrap ul li .inner {min-height: 260px;}
    #seminar251116 #point .point06 .bottomWrap ul li .inner p {font-size: 20px;}
    #seminar251116 #point .point06 .bottomWrap ul li .result img {max-width: 100%;}
    #seminar251116 #point .point06 .bottomWrap ul li .result p {
        font-size: 18px;
        margin: 0 -50px;
    }
    #seminar251116 #seminar .bottomWrap .innerBox h4 {
        width: 100%;
        padding: 0 0 15px;
    }
    #seminar251116 #seminar .bottomWrap .innerBox ul {
        border-left: none;
        border-top: 1px solid #ddd;
        width: 100%;
        padding: 20px 0 0;
    }
    #seminar251116 #seminar .bottomWrap .guestList li {padding: 20px;}

    #seminar251116 #apply .txt {
        float: none;
        width: 100%;
    }
    #seminar251116 #apply .txt ul li {word-break: keep-all;}
    #seminar251116 #apply .btnWrap {
        float: none;
        width: 100%;
    }
    #seminar251116 #apply .btnWrap a {
        height: auto;
        padding: 20px 15px;
    }
    #seminar251116 #apply .btnWrap .inner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        display: inline-block;
        width: 100%;
    }
    #seminar251116 #location .left {width: 100%;}
    #seminar251116 #location .right {
        width: 100%;
        padding: 50px 0 0;
    }
}
@media all and (max-width: 767px) {
    #seminar251116 #intro .desc .marginBottom {
        margin-bottom: 12px;
        font-size: 16px;
    }
    #seminar251116 #intro .title h2 {margin-bottom: 8px;}
    #seminar251116 #intro .title p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #seminar251116 #intro .date {padding: 10px;}
    #seminar251116 #intro .date img {
        width: 30px;
        height: 26px;
    }
    #seminar251116 #intro .date b {font-size: 18px;}
    #seminar251116 #intro .date b span {font-size: 16px;}
    #seminar251116 #intro .subTxt {
        font-size: 16px;
        margin: 30px 0 0;
        word-break: keep-all;
    }
    #seminar251116 #intro .bottomTxt {
        font-size: 20px;
        margin-top: 40px;
    }
    #seminar251116 #intro .bottomTxt img {width: 24px;}
    #seminar251116 #point > div {padding: 50px 0;}

    #seminar251116 #point .title {margin-bottom: 25px;}
    #seminar251116 #point .title .pointBox {
        width: 60px;
        height: 60px;
        padding: 3px;
        margin: 0 auto;
    }
    #seminar251116 #point .title .pointBox p {font-size: 10px;}
    #seminar251116 #point .title .pointBox b {font-size: 20px;}
    #seminar251116 #point .title h3 {
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
        font-size: 20px;
    }
    #seminar251116 #point .boxWrap {margin-top: 30px;}
    #seminar251116 #point .box {
        width: 100% !important;
        margin: 0 0 15px !important;
    }
    #seminar251116 #point .box:last-child {margin-bottom: 0 !important;}
    #seminar251116 #point .box .txt {padding: 25px;}
    #seminar251116 #point .box .txt h4 {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    #seminar251116 #point .box .txt h4 img {
        max-width: 20px;
        max-height: 20px;
    }
    #seminar251116 #point .box .txt h4 b {
        font-size: 18px;
        margin-top: -3px;
        padding-left: 8px;
    }
    #seminar251116 #point .box .img {min-height: auto;}
    #seminar251116 #point .bottomWrap {margin-top: 50px;}
    #seminar251116 #point .bottomWrap h4 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    #seminar251116 #point .point02 .box h4 {padding: 15px;}
    #seminar251116 #point .point02 .box h4 b {font-size: 18px;}
    #seminar251116 #point .point02 .box h4 span {font-size: 16px;}
    #seminar251116 #point .point02 .box .listTypeA li {padding: 15px;}
    #seminar251116 #point .point02 .box .listTypeA li p {font-size: 16px;}
    #seminar251116 #point .point02 .box .listTypeA li p .desc {margin-top: 5px;}

    #seminar251116 #point .point04 .box {padding: 25px;}
    #seminar251116 #point .point04 .box img {width: 24px;}
    #seminar251116 #point .point04 .box h4 {
        font-size: 20px;
        margin: 10px 0 20px;
    }

    #seminar251116 #point .point06 .stepWrap {margin-top: 30px;}
    #seminar251116 #point .point06 .stepWrap > div {
        margin-bottom: 15px;
        padding: 20px;
    }
    #seminar251116 #point .point06 .boxTitle .step {
        font-size: 14px;
        width: 62px;
        height: 24px;
        line-height: 24px;
    }
    #seminar251116 #point .point06 .boxTitle h4 {
        width: calc(100% - 62px);
        font-size: 18px;
        padding-left: 8px;
        word-break: keep-all;
    }

    #seminar251116 #point .point06 .bottomWrap ul {margin-bottom: -20px;}
    #seminar251116 #point .point06 .bottomWrap ul li {
        width: calc((100% - 40px)/2);
        margin-right: 40px;
        margin-bottom: 20px;
    }
    #seminar251116 #point .point06 .bottomWrap ul li::after {
        top: 74px;
        right: -33px;
    }
    #seminar251116 #point .point06 .bottomWrap ul li:nth-child(2n) {margin-right: 0;}
    #seminar251116 #point .point06 .bottomWrap ul li:nth-child(2n)::after {content: none;}
    #seminar251116 #point .point06 .bottomWrap ul li .inner {
        padding: 20px;
        min-height: 167px;
    }
    #seminar251116 #point .point06 .bottomWrap ul li .inner .number {
        width: 40px;
        height: 40px;
        padding: 3px;
        margin-bottom: 15px;
    }
    #seminar251116 #point .point06 .bottomWrap ul li .inner .number div {font-size: 16px;}
    #seminar251116 #point .point06 .bottomWrap ul li .inner p {font-size: 16px;}
    #seminar251116 #point .point06 .bottomWrap ul li .result p {font-size: 15px;}
    #seminar251116 #point .point06 .bottomWrap .desc {margin-top: 30px;}
    #seminar251116 #point .point06 .bottomWrap .desc strong {font-size: 18px;}
    #seminar251116 #point .point06 .videoWrap {margin-top: 40px;}
    #seminar251116 #point .point06 .videoWrap > div {
        width: 100%;
        margin: 0 0 30px;
    }
    #seminar251116 #point .point06 .videoWrap > div:last-child {margin-bottom: 0;}

    #seminar251116 #seminar .box {padding: 25px;}
    #seminar251116 #seminar .box .number {
        width: auto;
        padding: 0 10px;
        height: 36px;
        font-size: 16px;
    }
    #seminar251116 #seminar .box strong {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #seminar251116 #seminar .box .date {margin-top: 8px;}
    #seminar251116 #seminar .box .date p {
        padding: 5px 12px;
        font-size: 18px;
    }
    #seminar251116 #seminar .box .date span {
        font-size: 16px;
        display: block;
        padding: 5px 0 0;
    }
    #seminar251116 #seminar .topWrap {margin-bottom: 30px;}
    #seminar251116 #seminar .topWrap .box {
        width: 100%;
        margin: 0 0 15px;
    }
    #seminar251116 #seminar .topWrap .box:last-child {margin-bottom: 0;}
    #seminar251116 #seminar .topWrap .box .txt > p {font-size: 16px;}
    #seminar251116 #seminar .bottomWrap .box {
        margin-bottom: 15px;
        padding-top: 40px;
    }
    #seminar251116 #seminar .bottomWrap .box .desc {margin: 20px 0;}
    #seminar251116 #seminar .bottomWrap .innerBox > div {padding: 20px;}
    #seminar251116 #seminar .bottomWrap .innerBox h4 {font-size: 18px;}
    #seminar251116 #seminar .bottomWrap .innerBox h4 span {
        font-size: 16px;
        display: inline-block;
    }
    #seminar251116 #seminar .bottomWrap .guestList li {
        width: 100%;
        margin: 0 0 15px;
    }
    #seminar251116 #seminar .bottomWrap .guestList li:last-child {margin-bottom: 0;}
    #seminar251116 #seminar .bottomWrap .guestList li h5 {
        font-size: 20px;
        margin: 10px 0 15px;
    }
    #seminar251116 #highlight .boxWrap > div {
        width: 100%;
        margin: 0 0 15px;
        padding: 25px;
    }
    #seminar251116 #highlight .boxWrap > div img {width: 24px;}
    #seminar251116 #highlight .boxWrap > div h4 {
        font-size: 20px;
        margin: 10px 0 20px;
    }
    #seminar251116 #target ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        padding: 20px 30px;
    }
    #seminar251116 #target ul li p {font-size: 18px;}
    #seminar251116 #target .result {margin-top: 20px;}
    #seminar251116 #target .result img {max-width: 180px;}
    #seminar251116 #target .result strong {
        font-size: 18px;
        margin-top: 15px;
    }
    #seminar251116 #benefit ul li {padding: 10px 15px;}
    #seminar251116 #benefit ul li p {
        font-size: 16px;
        font-weight: 500;
    }

    #seminar251116 #apply {padding: 50px 0;}
    #seminar251116 #apply h4 {margin-bottom: 30px;}
    #seminar251116 #apply h4::before {
        width: 3px;
        height: 18px;
        margin-top: 3px;
    }
    #seminar251116 #apply h4 span {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 13px);
    }
    #seminar251116 #apply .txt {padding: 30px;}
    #seminar251116 #apply .txt ul li {font-size: 15px;}
    #seminar251116 #apply .btnWrap .inner span {font-size: 15px;}
    #seminar251116 #location h4 {margin-bottom: 30px;}
    #seminar251116 #location h4::before {
        width: 3px;
        height: 18px;
        margin-top: 3px;
    }
    #seminar251116 #location h4 span {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 13px);
    }
    #seminar251116 #location .left .root_daum_roughmap .wrap_map {height: 300px !important;}
    #seminar251116 #location .right {padding-top: 30px;}
    #seminar251116 #location .right strong {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    #seminar251116 #location .right ul li span {font-size: 15px;}
}
@media all and (max-width: 360px) {
    #seminar251116 #point .point06 .bottomWrap ul li .inner {min-height: 191px;}
}

/*영국약사 웨비나*/
#premium .ukwebinarBanner {
    background: url(/img/custom/ukwebinar_banner_bg.jpg) center / cover no-repeat;
    padding: 60px 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
}
#premium .ukwebinarBanner p {
    font-size: 30px;
    font-weight: bold;word-break: keep-all;
}
#premium .ukwebinarBanner h3 {
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0 30px;
    word-break: keep-all;
}
#premium .ukwebinarBanner .date {
    background: #fff;
    color: #002d73;
    font-size: 30px;
    display: inline-block;
    padding: 5px 20px 8px;
    font-weight: bold;
}
#premium .ukwebinarBanner .zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
#premium .ukwebinarBanner .zoom img {
    position: relative;
    z-index: 1;
    width: 60px;
}
#premium .ukwebinarBanner .zoom span {
    background: #0b5bfc;
    border-radius: 10px;
    padding: 10px 20px 10px 40px;
    font-size: 20px;
    margin-left: -20px;
    font-weight: bold;
}
#premium .ukwebinarBanner .plusBtn {
    background: #ffc000;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#premium .ukwebinarBanner .plusBtn span {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
#premium .ukwebinarBanner .plusBtn span::before {
    content: "";
    background: #fff;
    width: 20px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}
#premium .ukwebinarBanner .plusBtn span::after {
    content: "";
    background: #fff;
    width: 2px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
}
.ukwebinarModal .modal-dialog {
    background: #fff;
    max-width: 1300px;
    width: 100%;
    border-radius: 10px;
    margin: 100px auto;
}
.ukwebinarModal .modal-dialog a.closeBtn {
    position: absolute;
    top: -40px;
    right: 0;
}
.ukwebinarModal .modalTitle {
    background: url(/img/custom/ukwebinar_title_bg.jpg) center / cover no-repeat;
    padding: 80px 20px;
    color: #fff;
    text-align: center;
}
.ukwebinarModal .modalTitle p {
    font-size: 30px;
    font-weight: bold;word-break: keep-all;
}
.ukwebinarModal .modalTitle h3 {
    font-size: 42px;
    font-weight: bold;
    margin: 10px 0 30px;
    word-break: keep-all;
}
.ukwebinarModal .modalTitle .date {
    background: #fff;
    color: #002d73;
    font-size: 30px;
    display: inline-block;
    padding: 5px 20px 8px;
    font-weight: bold;
}
.ukwebinarModal .modalTitle .zoom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ukwebinarModal .modalTitle .zoom img {
    position: relative;
    z-index: 1;
    width: 60px;
}
.ukwebinarModal .modalTitle .zoom span {
    background: #0b5bfc;
    border-radius: 10px;
    padding: 10px 20px 10px 40px;
    font-size: 20px;
    margin-left: -20px;
    font-weight: bold;
}
.ukwebinarModal .modalContent {padding: 50px 50px 0;}
.ukwebinarModal .modalContent > div {margin-bottom: 100px;}
.ukwebinarModal .modalContent > div:last-child {margin-bottom: 0;}
.ukwebinarModal .desc {letter-spacing: -0.5px;}
.ukwebinarModal .info h4 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 50px;
}
.ukwebinarModal .info h4 span {color: #002d73}
.ukwebinarModal h5 {margin: 0 0 30px;}
.ukwebinarModal h5::before {
    content: "";
    background: #002d73;
    width: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
.ukwebinarModal h5 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 20px);
}
.ukwebinarModal .process ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.ukwebinarModal .process ul::before {
    content: "";
    background: linear-gradient(to right, #eee, #002d73);
    width: 100%;
    border-radius: 8px;
    height: 8px;
    display: block;
}
.ukwebinarModal .process ul li {
    width: calc((100% - 120px)/5);
    margin-right: 30px;
    font-size: 20px;
}
.ukwebinarModal .process ul li:last-child {margin-right: 0;}
.ukwebinarModal .process ul li .step {
    background: #3daaf4;
    width: 90px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    margin: -15px auto 20px;
}
.ukwebinarModal .process ul li .box {
    border-top: 5px solid #3daaf4;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgb(0,0,0,0.1);
    background: #fff;
    padding: 15px;
    text-align: center;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.ukwebinarModal .process ul li:nth-child(2) .step {background: #0a81e4;}
.ukwebinarModal .process ul li:nth-child(2) .box {border-color: #0a81e4}
.ukwebinarModal .process ul li:nth-child(3) .step {background: #0a65c0;}
.ukwebinarModal .process ul li:nth-child(3) .box {border-color: #0a65c0}
.ukwebinarModal .process ul li:nth-child(4) .step {background: #0a4dbb;}
.ukwebinarModal .process ul li:nth-child(4) .box {border-color: #0a4dbb}
.ukwebinarModal .process ul li:nth-child(5) .step {background: #002d73;}
.ukwebinarModal .process ul li:nth-child(5) .box {border-color: #002d73}
.ukwebinarModal .apply .boxWrap {
    display: flex;
    flex-wrap: wrap;
}
.ukwebinarModal .apply .txt {
    width: calc(100% - 200px);
    padding: 40px;
    background: #f5f5f5;
}
.ukwebinarModal .apply .txt .title p {margin: 0;}
.ukwebinarModal .apply .txt .title p strong {margin-top: 0;}
.ukwebinarModal .apply .txt ul li {
    font-size: 18px;
    margin-bottom: 25px;
}
.ukwebinarModal .apply .txt ul li:last-child {margin-bottom: 0;}
.ukwebinarModal .apply .btnWrap {
    width: 200px;
}
.ukwebinarModal .apply .btnWrap a {
    display: block;
    height: 100%;
    background: #002d73;
    position: relative;
    transition: all 0.3s;
}
.ukwebinarModal .apply .btnWrap .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    font-size: 0;
    display: block;
    text-align: center;
}
.ukwebinarModal .apply .btnWrap .inner .img {
    background: url(/img/custom/document_y.svg) no-repeat center;
    background-size: cover;
    width: 41px;
    height: 48px;
    margin: 0 auto 12px;
}
.ukwebinarModal .apply .btnWrap .inner span {
    font-size: 20px;
    font-weight: bold;
    color: #ffc000;
    display: block;
}
.ukwebinarModal .apply .btnWrap a:hover {background: #ffc000;}
.ukwebinarModal .apply .btnWrap a:hover .inner .img {
    background: url(/img/custom/document_b.svg) no-repeat center;
    background-size: cover;
}
.ukwebinarModal .apply .btnWrap a:hover span {color: #002d73;}
.ukwebinarModal .messege {
    background: url(/img/custom/ukwebinar_messeage_bg.jpg) center / cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin: 0 -50px;
}
.ukwebinarModal .messege .symbol {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 180px;
    width: 100%;
}

@media all and (max-width: 1300px) {
    .ukwebinarModal .modal-dialog {width: calc((100% - 30px));}
    .ukwebinarModal .process ul li .box br {display: none;}
    .ukwebinarModal .info .img > img {width: 35%;}
    .ukwebinarModal .info .img > div {width: 65%;}
}
@media all and (max-width: 767px) {
    #premium .ukwebinarBanner {padding: 40px 20px;}
    #premium .ukwebinarBanner p {font-size: 18px;}
    #premium .ukwebinarBanner h3 {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    #premium .ukwebinarBanner .date {
        font-size: 16px;
        padding: 5px 5px 8px;
    }
    #premium .ukwebinarBanner .zoom {margin-top: 15px;}
    #premium .ukwebinarBanner .zoom img {width: 40px;}
    #premium .ukwebinarBanner .zoom span {
        padding: 5px 10px 5px 20px;
        font-size: 14px;
        margin-left: -10px;
    }
    #premium .ukwebinarBanner .plusBtn {
        width: 40px;
        height: 40px;
    }
    #premium .ukwebinarBanner .plusBtn span {
        width: 14px;
        height: 14px;
    }
    #premium .ukwebinarBanner .plusBtn span::before {
        width: 14px;
    }
    #premium .ukwebinarBanner .plusBtn span::after {
        height: 14px;
    }

    .ukwebinarModal .modal-dialog {margin: 50px auto;}
    .ukwebinarModal .modal-dialog a.closeBtn img {
        width: 20px;
        height: 20px;
    }
    .ukwebinarModal .modalTitle {padding: 40px 20px;}
    .ukwebinarModal .modalTitle p {font-size: 18px;}
    .ukwebinarModal .modalTitle h3 {
        font-size: 24px;
        margin: 10px 0 20px;
    }
    .ukwebinarModal .modalTitle .date {
        font-size: 16px;
        padding: 5px 5px 8px;
    }
    .ukwebinarModal .modalTitle .zoom {margin-top: 15px;}
    .ukwebinarModal .modalTitle .zoom img {width: 40px;}
    .ukwebinarModal .modalTitle .zoom span {
        padding: 5px 10px 5px 20px;
        font-size: 14px;
        margin-left: -10px;
    }
    .ukwebinarModal .modalContent {padding: 20px 20px 0;}
    .ukwebinarModal .modalContent > div {margin-bottom: 40px;}
    .ukwebinarModal .info h4 {
        font-size: 19px;
        margin-bottom: 20px;
    }
    .ukwebinarModal .info .img {display: block;}
    .ukwebinarModal .info .img > img {width: 100%;}
    .ukwebinarModal .info .img > div {
        width: 100%;
        padding: 20px;
    }
    .ukwebinarModal h5 {margin: 0 0 20px;}
    .ukwebinarModal h5::before {
        width: 4px;
        height: 20px;
        margin-top: 4px;
    }
    .ukwebinarModal h5 span {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 14px);
    }
    .ukwebinarModal .process ul {margin-bottom: -15px;}
    .ukwebinarModal .process ul::before {content: none;}
    .ukwebinarModal .process ul li {
        width: calc((100% - 15px)/2);
        margin-right: 15px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .ukwebinarModal .process ul li:nth-child(2n) {margin-right: 0;}
    .ukwebinarModal .process ul li .step {
        width: 60px;
        height: 24px;
        margin: 0 auto 10px;
        font-size: 14px;
    }
    .ukwebinarModal .process ul li .box {
        border-top: 4px solid #3daaf4;
        min-height: auto;
        word-break: keep-all;
        height: calc(100% - 34px);
    }
    .ukwebinarModal .apply .txt {
        width: 100%;
        padding: 20px;
    }
    .ukwebinarModal .apply .txt ul li {
        font-size: 15px;
        margin-bottom: 12px;
    }
    .ukwebinarModal .apply .btnWrap {
        width: 100%;
        height: 120px;
    }
    .ukwebinarModal .apply .btnWrap .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: calc(100% - 30px);
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: left;
    }
    .ukwebinarModal .apply .btnWrap .inner .img {margin: 0; margin-right: 10px;}
    .ukwebinarModal .apply .btnWrap .inner span {font-size: 16px;}
    .ukwebinarModal .messege {
        height: 200px;
        font-size: 20px;
        margin: 0 -20px;
        padding: 30px;
    }
    .ukwebinarModal .messege .symbol {max-width: 50px;}
}

/*미국의치약대설명회(251116)*/
#seminar25111615 #intro {text-align: center;}
#seminar25111615 #intro .title h2 {margin-bottom: 15px;}
#seminar25111615 #intro .title h2 img {
    width: 38px;
    margin-right: 10px;
}
#seminar25111615 #intro .title h2 span {color: #1b8199;}
#seminar25111615 #intro .title p {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 40px;
    text-align: center;
}
#seminar25111615 #intro .desc .marginBottom {
    margin-bottom: 20px;
    text-align: center;
    color: #002d73;
}
#seminar25111615 #intro .date {
    background: #f4f5fb;
    display: flex;
    width: fit-content;
    margin: 30px auto 40px;
}
#seminar25111615 #intro .date span {
    background: #002d73;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    height: 72px;
}
#seminar25111615 #intro .date span img {width: 51px;}
#seminar25111615 #intro .date b {
    font-size: 40px;
    color: #002d73;
    padding: 0 25px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
#seminar25111615 #intro .subTxt {
    font-size: 24px;
    font-weight: 500;
    margin-top: 50px;
}
#seminar25111615 #intro .bgTxt {
    font-size: 22px;
    display: inline-block;
    background: #002d73;
    padding: 10px 50px;
    border-radius: 80px;
    color: #fff;
    margin: 50px 0 80px;
    font-weight: bold;
}
#seminar25111615 #intro .bgTxt span {color: #ffcc00;}
#seminar25111615 #info {background: #f4f5fb;}
#seminar25111615 #info .title h3 img {
    margin-top: -10px;
    width: 40px;
}
#seminar25111615 #info .boxWrap > div {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
}
#seminar25111615 #info .boxWrap > div:last-child {margin-bottom: 0;}
#seminar25111615 #info .boxWrap h4 {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#seminar25111615 #info .boxWrap h4 span {
    background: #002d73;
    border-radius: 0 5px 5px 0;
    color: #fff;
    text-align: right;
    padding: 5px 12px;
    width: 70px;
    margin-left: -40px;
    font-weight: bold;
}
#seminar25111615 #info .boxWrap h4 b {
    width: calc(100% - 72px);
    font-size: 24px;
    padding-left: 15px;
}
#seminar25111615 #info .boxWrap h4 b strong {color: #002d73;}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul {margin-top: 40px;}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgb(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li:last-child {margin-bottom: 0;}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li h5 {
    width: 220px;
    background: #002d73;
    padding: 30px 15px;
    text-align: center;
    margin: 0;
}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li:nth-child(2) h5 {background: #00a3b5}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li:nth-child(3) h5 {background: #4b80b6}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li h5 b {
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
}
#seminar25111615 #info .boxWrap > div:nth-child(2) ul li .desc {
    width: calc(100% - 220px);
    padding: 40px;
    display: flex;
    align-items: center;
}
#seminar25111615 #info .boxWrap > div:nth-child(3) ul {margin: 40px 0;}
#seminar25111615 #info .boxWrap > div:nth-child(3) ul li {
    background: #f4f5fb;
    border-radius: 10px;
    overflow: hidden;
    border-left: 5px solid #002d73;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
#seminar25111615 #info .boxWrap > div:nth-child(3) ul li:last-child {margin-bottom: 0;}
#seminar25111615 #info .boxWrap > div:nth-child(3) ul li h5 {
    width: 260px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #002d73;
    margin: 0;
    display: flex;
    align-items: center;
}
#seminar25111615 #info .boxWrap > div:nth-child(3) ul li .desc {
    padding-left: 40px;
    display: flex;
    align-items: center;
    width: calc(100% - 260px);
}
#seminar25111615 #info .boxWrap > div:nth-child(4) .conWrap {
    display: flex;
    flex-wrap: wrap;
}
#seminar25111615 #info .boxWrap > div:nth-child(4) .conWrap .desc {
    width: 68%;
    padding-right: 50px;
}
#seminar25111615 #info .boxWrap > div:nth-child(4) .conWrap .img {width: 32%;}
#seminar25111615 #differentiation .conWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#seminar25111615 #differentiation .conWrap .img {
    width: 50%;
    position: relative;
}
#seminar25111615 #differentiation .conWrap .img::before {
    content: "";
    background: #ffcc00;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -25px;
    top: -25px;
}
#seminar25111615 #differentiation .conWrap .img img {
    position: relative;
    z-index: 1;
}
#seminar25111615 #differentiation .conWrap .txt {
    width: 50%;
    padding-left: 80px;
}
#seminar25111615 #differentiation .conWrap .txt b {font-size: 22px;}
#seminar25111615 #differentiation .conWrap .txt b span {color: #002d73;}
#seminar25111615 #differentiation .conWrap .txt b img {
    width: 25px;
    margin-left: 5px;
    margin-top: -3px;
}
#seminar25111615 #recommend {background: url(/img/custom/seminar25111615_recommend_bg.jpg) center / cover no-repeat;}
#seminar25111615 #recommend .title h3 {color: #ffcc00;}
#seminar25111615 #recommend ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -15px;
}
#seminar25111615 #recommend ul li {
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 15px;
    background: #fff;
    text-align: center;
    padding: 30px 20px 40px;
}
#seminar25111615 #recommend ul li:nth-child(3n) {margin-right: 0;}
#seminar25111615 #recommend ul li p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 1.4;
}
#seminar25111615 #recommend strong {
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    display: block;
}
#seminar25111615 #process .title h3,
#seminar25111615 #guest .title h3,
#seminar25111615 #apply .title h3 {color: #222;}
#seminar25111615 #process .title h3 span,
#seminar25111615 #guest .title h3 span,
#seminar25111615 #apply .title h3 span {color: #002d73}
#seminar25111615 #process .conWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#seminar25111615 #process .conWrap .txt {
    background: #f4f5fb;
    border-radius: 10px;
    padding: 30px;
    padding-right: 80px;
    width: 65%;
}
#seminar25111615 #process .conWrap .txt > div {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 15px;
}
#seminar25111615 #process .conWrap .txt > div:last-child {margin-bottom: 0;}
#seminar25111615 #process .conWrap .txt h4 {
    display: flex;
    align-items: start;
    margin:0;
}
#seminar25111615 #process .conWrap .txt h4 span {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #3daaf4;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
#seminar25111615 #process .conWrap .txt > div:nth-child(2) h4 span {background: #0a81e4}
#seminar25111615 #process .conWrap .txt > div:nth-child(3) h4 span {background: #0a65c0}
#seminar25111615 #process .conWrap .txt > div:nth-child(4) h4 span {background: #0a4dbb}
#seminar25111615 #process .conWrap .txt > div:nth-child(5) h4 span {background: #002d73}
#seminar25111615 #process .conWrap .txt h4 b {
    width: calc(100% - 30px);
    font-size: 24px;
    padding-left: 15px;
    margin-top: -2px;
}
#seminar25111615 #process .conWrap .listTypeA {margin-top: 15px;}
#seminar25111615 #process .conWrap .listTypeA li {margin-bottom: 5px;}
#seminar25111615 #process .conWrap .listTypeA li::before {background: #002d73;}
#seminar25111615 #process .conWrap .listTypeA li p {font-weight: 500;}
#seminar25111615 #process .conWrap .img {
    width: calc(35% + 50px);
    margin-left: -50px;
}
#seminar25111615 #process .conWrap .img img {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
#seminar25111615 #guest {padding-top: 0;}
#seminar25111615 #guest h4 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 28px;
    font-weight: bold;
}
#seminar25111615 #guest h4 img {
    width: 30px;
    margin-left: 5px;
}
#seminar25111615 #guest h4 span {
    display: block;
    font-size: 20px;
    color: #666;
    margin-top: 10px;
}
#seminar25111615 #guest ul {
    display: flex;
    flex-wrap: wrap;
}
#seminar25111615 #guest ul li {
    width: calc((100% - 80px)/5);
    margin-right: 20px;
    background: #f4f5fb;
    border-radius: 10px;
    border-top: 5px solid #002d73;
    padding: 30px;
    position: relative;
    min-height: 244px;
    cursor: pointer;
}
#seminar25111615 #guest ul li:last-child {margin-right: 0;}
#seminar25111615 #guest ul li .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
#seminar25111615 #guest ul li .more {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    right: 30px;
    bottom: 30px;
}
#seminar25111615 #guest ul li .more b {
    font-size: 16px;
    color: #002d73;
    padding-right: 10px;
}
#seminar25111615 #guest ul li .more span {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #002d73;
    display: block;
}
#seminar25111615 #guest ul li .more span::before {
    content: "";
    background: #fff;
    width: 2px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#seminar25111615 #guest ul li .more span::after {
    content: "";
    background: #fff;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#seminar25111615 #apply {
    background: #f5f8fc;
    padding: 80px 0;
}
#seminar25111615 #apply h4 {margin: 0 0 50px;}
#seminar25111615 #apply h4::before {
    content: "";
    background: #002d73;
    width: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
#seminar25111615 #apply h4 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 20px);
}
#seminar25111615 #apply .boxWrap {
    display: flex;
    flex-wrap: wrap;
}
#seminar25111615 #apply .txt {
    width: 70%;
    padding: 40px;
    background: #fff;
}
#seminar25111615 #apply .txt .title p {margin: 0;}
#seminar25111615 #apply .txt .title p strong {margin-top: 0;}
#seminar25111615 #apply .txt ul li {
    font-size: 16px;
    margin-bottom: 25px;
}
#seminar25111615 #apply .txt ul li:last-child {margin-bottom: 0;}
#seminar25111615 #apply .btnWrap {
    width: 30%;
}
#seminar25111615 #apply .btnWrap a {
    display: block;
    height: 100%;
    background: #002d73;
    position: relative;
    transition: all 0.3s;
}
#seminar25111615 #apply .btnWrap .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
    font-size: 0;
    display: block;
    text-align: center;
}
#seminar25111615 #apply .btnWrap .inner .img {
    background: url(/img/custom/document_y.svg) no-repeat center;
    background-size: cover;
    width: 41px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#seminar25111615 #apply .btnWrap .inner span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #ffc000;
    text-align: left;
}
#seminar25111615 #apply .btnWrap a:hover {background: #ffc000;}
#seminar25111615 #apply .btnWrap a:hover .inner .img {
    background: url(/img/custom/document_b.svg) no-repeat center;
    background-size: cover;
}
#seminar25111615 #apply .btnWrap a:hover span {color: #002d73;}
#seminar25111615 #location .at-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#seminar25111615 #location h4 {margin: 0 0 50px;}
#seminar25111615 #location h4::before {
    content: "";
    background: #002d73;
    width: 5px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}
#seminar25111615 #location h4 span {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: calc(100% - 20px);
}
#seminar25111615 #location h4 {width: 100%;}
#seminar25111615 #location .left {width: 58%;}
#seminar25111615 #location .left .root_daum_roughmap {width: 100% !important;}
#seminar25111615 #location .right {
    width: 42%;
    padding-left: 80px;
}
#seminar25111615 #location .right strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
    color: #002d73;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
#seminar25111615 #location .right ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#seminar25111615 #location .right ul li img {max-width: 16px;}
#seminar25111615 #location .right ul li span {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
}
.guestModal .modal-dialog {
    background: #fff;
    max-width: 1300px;
    width: 100%;
    margin: 100px auto;
}
.guestModal .modal-dialog a.closeBtn {
    position: absolute;
    top: -40px;
    right: 0;
}
.guestModal .modalContent {padding: 50px;}
.guestModal .modalContent h3 {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin: 0 0 50px;
}
.guestModal .modalContent h3 span {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002d73;
    color: #fff;
    font-weight: bold;
}
.guestModal .modalContent h3 b {
    width: calc(100% - 46px);
    padding-left: 15px;
    font-size: 30px;
    margin-top: 3px;
    text-align: left;
}
.guestModal .modalContent .bottomWrap .txt {
    font-size: 22px;
    margin-top: 50px;
    text-align: left;
}
.guestModal .modalContent .bottomWrap .txt b span {color: #002d73;}

#guestModal01 .environment h4 {
    font-size: 30px;
    font-weight: 900;
    margin: 0 0 40px;
}
#guestModal01 .environment h4 span {color: #002d73;}
#guestModal01 .environment .boxWrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
#guestModal01 .environment .boxWrap li {
    background: #f5f5f5;
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #97233f;
    padding: 12px 20px;
    font-size: 0;
}
#guestModal01 .environment .boxWrap li:nth-child(2n) {margin-right: 0;}
#guestModal01 .environment .boxWrap li b {
    display: inline-block;
    vertical-align: top;
    color: #97233f;
    width: 20px;
    font-size: 18px;
}
#guestModal01 .environment .boxWrap li span {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    width: calc(100% - 20px);
    padding-left: 20px;
    font-size: 18px;
}
#guestModal01 .bottomWrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
#guestModal01 .bottomWrap ul li {
    width: calc((100% - 40px)/3);
    border: 2px dashed #002d73;
    padding: 30px 15px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#guestModal01 .bottomWrap ul li:last-child {margin-right: 0;}
#guestModal01 .bottomWrap ul li span {color: #002d73;}
#guestModal01 .bottomWrap ul li .note {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #666;
}
#guestModal02 {text-align: center;}
#guestModal02 .topWrap {
    position: relative;
    margin-bottom: 50px;
}
#guestModal02 .topWrap h4 {
    font-size: 36px;
    color: #002d73;
    font-weight: 900;
    text-align: center;
}
#guestModal02 .topWrap h4 + p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#guestModal02 .topWrap .boxWrap {
    margin: 50px auto 0;
    max-width: 1000px;
    background: #fff;
    border-radius: 60px;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}
#guestModal02 .topWrap .boxWrap .left {
    width: 30%;
    background: url(/img/custom/ealry_team_bg.jpg) center / cover no-repeat;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
#guestModal02 .topWrap .boxWrap .left p {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-align: center;
}
#guestModal02 .topWrap .boxWrap .right {
    width: calc(70% - 20px);
    background: #f4f5fb;
    border-radius: 40px;
    padding: 20px;
}
#guestModal02 .topWrap .boxWrap .right ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}
#guestModal02 .topWrap .boxWrap .right ul li {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    background: #e5e6ed;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#guestModal02 .topWrap .boxWrap .right ul li:nth-child(3n) {margin-right: 0;}
#guestModal02 .topWrap .boxWrap .right ul li p {
    font-size: 18px;
    font-weight: 900;
    color: #5e6170;
    background: #fff;
    display: inline-block;
    border-radius: 18px;
    padding: 2px 15px 5px;
}
#guestModal02 .topWrap .boxWrap .right ul li span {
    display: block;
    font-size: 15px;
    font-weight: 900;
    color: #5e6170;
    margin-top: 3px;
}
#guestModal02 .topWrap .boxWrap .right ul li strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #002d73;
    margin-top: 12px;
    line-height: 1;
}
#guestModal02 .admission .top {
    position: relative;
    background: url(/img/custom/main_admission_bg.jpg) center / cover no-repeat;
    padding: 70px 30px;
    border-radius: 30px 30px 0 0;
}
#guestModal02 .admission .bannerLabel {
    position: absolute;
    top: 0;
    right: 0;
}
#guestModal02 .admission .top p {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin-top: 25px;
}
#guestModal02 .admission .bottom {
    padding: 50px;
    background: #eceef5;
    text-align: left;
}
#guestModal02 .admission .bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -20px;
}
#guestModal02 .admission .bottom ul li {
    width: calc((100% - 40px)/3);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
    padding-right: 10px;
}
#guestModal02 .admission .bottom ul li:nth-child(3n) {margin-right: 0;}
#guestModal02 .admission .bottom ul li .img {
    width: 85px;
    text-align: center;
}
#guestModal02 .admission .bottom ul li .txt {
    width: calc(100% - 85px);
    padding-left: 30px;
}
#guestModal02 .admission .bottom ul li .txt strong {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
#guestModal02 .admission .bottom ul li .txt p {
    font-size: 16px;
    margin: 0;
    word-break: keep-all;
}
#guestModal02 .admission .bottom .note {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0;
    word-break: keep-all;
}
@media all and (max-width: 1300px) {
    #seminar25111615 #guest ul {justify-content: center;}
    #seminar25111615 #guest ul li {
        width: calc((100% - 40px)/3);
        margin-bottom: 20px;
    }
    #seminar25111615 #guest ul li:nth-child(3n) {margin-right: 0;}
    .guestModal .modal-dialog {width: calc((100% - 30px));}
}
@media all and (max-width: 1200px) {
    #guestModal02 .admission .bottom ul li {
        display: block;
        padding: 25px;
    }
    #guestModal02 .admission .bottom ul li .img {width: 100%;}
    #guestModal02 .admission .bottom ul li .txt {
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
    }
}
@media all and (max-width: 1024px) {
    #seminar25111615 #differentiation .conWrap .img {
        width: auto;
        margin: 0 auto;
    }
    #seminar25111615 #differentiation .conWrap .txt {
        width: 100%;
        padding: 50px 0 0;
    }
    #seminar25111615 #process .conWrap .txt {
        width: 100%;
        padding: 30px;
        border-radius: 20px 20px 0 0;
    }
    #seminar25111615 #process .conWrap .img {
        width: 100%;
        margin: 0;
    }
    #seminar25111615 #process .conWrap .img img {
        border-radius: 0 0 10px 10px;
        box-shadow: none;
        max-width: none;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    #seminar25111615 #apply .txt {
        float: none;
        width: 100%;
    }
    #seminar25111615 #apply .txt ul li {word-break: keep-all;}
    #seminar25111615 #apply .btnWrap {
        float: none;
        width: 100%;
    }
    #seminar25111615 #apply .btnWrap a {
        height: auto;
        padding: 20px 15px;
    }
    #seminar25111615 #apply .btnWrap .inner {
        position: relative;
        top: inherit;
        left: inherit;
        transform: none;
        display: inline-block;
        width: 100%;
    }
    #seminar25111615 #location .left {width: 100%;}
    #seminar25111615 #location .right {
        width: 100%;
        padding: 50px 0 0;
    }
    .guestModal .modal-dialog {margin: 50px auto;}
    .guestModal .modal-dialog a.closeBtn {top: -30px;}
    .guestModal .modal-dialog a.closeBtn img {width: 20px; height: 20px;}
    #guestModal02 .topWrap .boxWrap .left {
        width: 100%;
        margin: 0 0 15px;
        padding: 20px;
    }
    #guestModal02 .topWrap .boxWrap .right {width: 100%;}
}
@media all and (max-width: 767px) {
    #seminar25111615 #intro .desc .marginBottom {
        margin-bottom: 12px;
        font-size: 16px;
    }
    #seminar25111615 #intro .title h2 {margin-bottom: 8px;}
    #seminar25111615 #intro .title h2 img {margin-right: 3px;}
    #seminar25111615 #intro .title p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    #seminar25111615 #intro .date {margin: 20px auto 20px;}
    #seminar25111615 #intro .date span {height: 50px;}
    #seminar25111615 #intro .date img {
        width: 30px;
        height: 26px;
    }
    #seminar25111615 #intro .date b {font-size: 18px;}
    #seminar25111615 #intro .subTxt {
        font-size: 16px;
        margin: 0;
        word-break: keep-all;
    }
    #seminar25111615 #intro .bgTxt {
        font-size: 16px;
        padding: 10px 20px;
        margin: 20px 0 30px;
        border-radius: 20px;
    }
    #seminar25111615 #info .boxWrap > div {
        padding: 20px;
        margin-bottom: 15px;
    }
    #seminar25111615 #info .boxWrap h4 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    #seminar25111615 #info .boxWrap h4 span {
        width: 50px;
        margin-left: -20px;
        font-size: 14px;
    }
    #seminar25111615 #info .boxWrap h4 b {
        font-size: 18px;
        width: calc(100% - 50px);
        padding-left: 15px
    }
    #seminar25111615 #info .boxWrap > div:nth-child(2) ul {margin-top: 20px;}
    #seminar25111615 #info .boxWrap > div:nth-child(2) ul li h5 {
        width: 100%;
        padding: 15px;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(2) ul li h5 img {height: 40px;}
    #seminar25111615 #info .boxWrap > div:nth-child(2) ul li h5 b {
        font-size: 18px;
        margin-top: 12px;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(2) ul li .desc {
        width: 100%;
        padding: 20px;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(3) ul {margin: 20px 0;}
    #seminar25111615 #info .boxWrap > div:nth-child(3) ul li h5 {
        width: 100%;
        font-size: 18px;
        padding: 0 0 15px;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(3) ul li .desc {
        width: 100%;
        padding: 20px 0 0;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(4) .conWrap .desc {
        width: 100%;
        padding: 0 0 30px;
    }
    #seminar25111615 #info .boxWrap > div:nth-child(4) .conWrap .img {width: 100%;}
    #seminar25111615 #differentiation .conWrap .txt {padding-top: 25px;}
    #seminar25111615 #differentiation .conWrap .txt b {font-size: 16px;}
    #seminar25111615 #differentiation .conWrap .img::before {
        left: -10px;
        top: -10px;
    }
    #seminar25111615 #recommend ul {margin-bottom: 0;}
    #seminar25111615 #recommend ul li {
        width: 100%;
        margin: 0 0 10px;
        padding: 20px;
    }
    #seminar25111615 #recommend ul li:last-child {margin-bottom: 0;}
    #seminar25111615 #recommend ul li img {width: 30px;}
    #seminar25111615 #recommend ul li p {
        font-size: 16px;
        margin-top: 15px;
    }
    #seminar25111615 #recommend strong {
        font-size: 18px;
        margin-top: 30px;
        word-break: keep-all;
    }
    #seminar25111615 #process .conWrap .txt {padding: 20px;}
    #seminar25111615 #process .conWrap .txt > div {padding: 20px;}
    #seminar25111615 #process .conWrap .txt h4 span {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    #seminar25111615 #process .conWrap .txt h4 b {
        font-size: 18px;
        padding-left: 6px;
        margin-top: 0;
    }
    #seminar25111615 #guest h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    #seminar25111615 #guest h4 img {display: none;}
    #seminar25111615 #guest h4 span {
        font-size: 15px;
        margin-top: 5px;
    }
    #seminar25111615 #guest ul {margin-bottom: -15px;}
    #seminar25111615 #guest ul li {
        width: 100%;
        margin: 0 0 15px;
        padding: 25px;
        min-height: auto;
    }
    #seminar25111615 #guest ul li .name {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #seminar25111615 #guest ul li .more {
        position: static;
        margin-top: 20px;
    }
    #seminar25111615 #guest ul li .more b {font-size: 15px;}

    #seminar25111615 #apply {padding: 50px 0;}
    #seminar25111615 #apply h4 {margin-bottom: 30px;}
    #seminar25111615 #apply h4::before {
        width: 3px;
        height: 18px;
        margin-top: 3px;
    }
    #seminar25111615 #apply h4 span {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 13px);
    }
    #seminar25111615 #apply .txt {padding: 30px;}
    #seminar25111615 #apply .txt ul li {font-size: 15px;}
    #seminar25111615 #apply .btnWrap .inner span {font-size: 15px;}
    #seminar25111615 #location h4 {margin-bottom: 30px;}
    #seminar25111615 #location h4::before {
        width: 3px;
        height: 18px;
        margin-top: 3px;
    }
    #seminar25111615 #location h4 span {
        font-size: 20px;
        margin-left: 10px;
        width: calc(100% - 13px);
    }
    #seminar25111615 #location .left .root_daum_roughmap .wrap_map {height: 300px !important;}
    #seminar25111615 #location .right {padding-top: 30px;}
    #seminar25111615 #location .right strong {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    #seminar25111615 #location .right ul li span {font-size: 15px;}
    .guestModal .modalContent {padding: 20px;}
    .guestModal .modalContent h3 {margin-bottom: 25px;}
    .guestModal .modalContent h3 span {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }
    .guestModal .modalContent h3 b {
        font-size: 22px;
        margin-top: 0;
    }
    .guestModal .modalContent .bottomWrap .txt {
        font-size: 15px;
        margin-top: 25px;
    }
    #guestModal01 .environment h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #guestModal01 .environment .boxWrap {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #guestModal01 .environment .boxWrap li {
        width: 100%;
        margin: 0 0 10px;
        padding: 10px 15px;
    }
    #guestModal01 .environment .boxWrap li b,
    #guestModal01 .environment .boxWrap li span {font-size: 15px;}
    #guestModal01 .environment .boxWrap li span {padding-left: 10px;}
    #guestModal01 .bottomWrap ul li {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        margin: 0 0 10px;
    }
    #guestModal01 .bottomWrap ul li:last-child {margin-bottom: 0;}
    #guestModal02 .topWrap h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #guestModal02 .topWrap h4 + p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #guestModal02 .topWrap .boxWrap {
        padding: 0;
        margin: 30px 0 0;
    }
    #guestModal02 .topWrap .boxWrap .left {border-radius: 15px;}
    #guestModal02 .topWrap .boxWrap .left p {font-size: 20px;}
    #guestModal02 .topWrap .boxWrap .right {
        border-radius: 15px;
        padding: 15px;
    }
    #guestModal02 .topWrap .boxWrap .right ul li {
        width: 100%;
        margin-right: 0;
        padding: 20px 15px;
        border-radius: 10px;
    }
    #guestModal02 .topWrap .boxWrap .right ul li p {font-size: 16px;}
    #guestModal02 .topWrap .boxWrap .right ul li strong {font-size: 24px;}
    #guestModal02 .admission .top {
        padding: 40px 30px;
        border-radius: 20px 20px 0 0;
        margin-bottom: 30px;
    }
    #guestModal02 .admission .bannerLabel {
        width: 80px;
        top: 10px;
    }
    #guestModal02 .admission .top p {
        font-size: 16px;
        margin-top: 15px;
    }
    #guestModal02 .admission .bottom {padding: 20px;}
    #guestModal02 .admission .bottom ul {margin-bottom: -10px;}
    #guestModal02 .admission .bottom ul li {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px;
    }
    #guestModal02 .admission .bottom ul li:nth-child(3n) {margin-right: 10px;}
    #guestModal02 .admission .bottom ul li:nth-child(2n) {margin-right: 0;}
    #guestModal02 .admission .bottom ul li .img img {max-height: 60px;}
    #guestModal02 .admission .bottom ul li .txt {padding-top: 15px;}
    #guestModal02 .admission .bottom ul li .txt strong {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #guestModal02 .admission .bottom ul li .txt p {font-size: 14px;}
    #guestModal02 .admission .bottom .note {
        font-size: 15px;
        margin-top: 15px;
    }
}